[CIFS] Fix improper endian conversion of ACL subauth field
authorShirish Pargaonkar <shirishp@gmail.com>
Thu, 24 Jul 2008 14:53:20 +0000 (14:53 +0000)
committerSteve French <sfrench@us.ibm.com>
Thu, 24 Jul 2008 14:53:20 +0000 (14:53 +0000)
commitb1910ad6222a705650dc991c003af43b94cdb3e1
tree48264f874597925249cbffe894cfee40ad83b5d3
parent76c510ad2e7d56cfe8f2cc7b23783e5c687cf704
[CIFS] Fix improper endian conversion of ACL subauth field

In mode_to_acl when converting a Unix mode to a Windows ACL
the subauth fields of the SID in the ACL were translated
incorrectly on bigendian architectures

Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifsacl.c