From: Steve French Date: Fri, 27 May 2011 15:19:12 +0000 (+0000) Subject: [CIFS] Fix endian error comparing authusers when cifsacl enabled X-Git-Tag: v3.0-rc1~43^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=383c55350fb4ab6bd08abfab82038ae0364f1f48;p=pandora-kernel.git [CIFS] Fix endian error comparing authusers when cifsacl enabled Fix sparse warning: CHECK fs/cifs/cifsacl.c fs/cifs/cifsacl.c:41:36: warning: incorrect type in initializer (different base types) fs/cifs/cifsacl.c:41:36: expected restricted __le32 fs/cifs/cifsacl.c:41:36: got int fs/cifs/cifsacl.c:461:52: warning: restricted __le32 degrades to integer fs/cifs/cifsacl.c:461:73: warning: restricted __le32 degrades to integer The second one looks harmless but the first one (sid_authusers) was added in commit 2fbc2f1729e785a7b2faf9d8d60926bb1ff62af0 and only affects 2.6.38/2.6.39 CC: Stable Reviewed-and-Tested-by: Shirish Pargaonkar Signed-off-by: Steve French --- Reading git-diff-tree failed