]> git.baikalelectronics.ru Git - kernel.git/commit
[CIFS] Follow on to cifsacl endian patch (__constant_cpu_to_le32 was required)
authorSteve French <sfrench@us.ibm.com>
Fri, 27 May 2011 20:40:18 +0000 (20:40 +0000)
committerSteve French <sfrench@us.ibm.com>
Fri, 27 May 2011 20:40:18 +0000 (20:40 +0000)
commit143c79633ac8a8924c5e12acc25d2cd9ba43b835
treeff30519ba0a2072970a774ff0225911f89d58a14
parent5b363f7d0d91e18f5c15ae8d0ee698b9fd93bee9
[CIFS] Follow on to cifsacl endian patch (__constant_cpu_to_le32 was required)

As Jeff just pointed out, __constant_cpu_to_le32 was required instead of
cpu_to_le32 in previous patch to cifsacl.c 4bfef7f7e713ea121ac0f6614d8cd2f321525e73
(Fix endian error comparing authusers when cifsacl enabled)

CC: Stable <stable@kernel.org>
Reviewed-by: Jeff Layton <jlayton@redhat.com>
CC: Shirish Pargaonkar <shirishp@us.ibm.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifsacl.c