[CIFS] Don't request too much permission when reading an ACL
authorSteve French <sfrench@us.ibm.com>
Wed, 31 Oct 2007 04:54:42 +0000 (04:54 +0000)
committerSteve French <sfrench@us.ibm.com>
Wed, 31 Oct 2007 04:54:42 +0000 (04:54 +0000)
We were requesting GENERIC_READ but that fails when  we do not have
read permission on the file (even if we could read the ACL).

Also move the dump access control entry code into debug ifdef.

Signed-off-by: Steve French <sfrench@us.ibm.com>

No differences found