]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
cifs: assorted endian annotations
authorHarvey Harrison <harvey.harrison@gmail.com>
Thu, 24 Jul 2008 00:45:58 +0000 (17:45 -0700)
committerSteve French <sfrench@us.ibm.com>
Thu, 24 Jul 2008 01:14:41 +0000 (01:14 +0000)
commit5ca33c6ac30596fc1403a092f46ea48c406734e4
tree28461539be539191d4fac9f2037ebb4dff9ceedc
parent8efdbde647f542ce0d303273df7ad4157caa03d0
cifs: assorted endian annotations

fs/cifs/cifssmb.c:3917:13: warning: incorrect type in assignment (different base types)
fs/cifs/cifssmb.c:3917:13:    expected bool [unsigned] [usertype] is_unicode
fs/cifs/cifssmb.c:3917:13:    got restricted __le16

The comment explains why __force is used here.
fs/cifs/connect.c:458:16: warning: cast to restricted __be32
fs/cifs/connect.c:458:16: warning: cast to restricted __be32
fs/cifs/connect.c:458:16: warning: cast to restricted __be32
fs/cifs/connect.c:458:16: warning: cast to restricted __be32
fs/cifs/connect.c:458:16: warning: cast to restricted __be32
fs/cifs/connect.c:458:16: warning: cast to restricted __be32

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifssmb.c
fs/cifs/connect.c