commit | 953f868138dbf4300196780379476ab9f07f263a | [log] [tgz] |
---|---|---|
author | Steve French <sfrench@us.ibm.com> | Wed Oct 31 04:54:42 2007 +0000 |
committer | Steve French <sfrench@us.ibm.com> | Wed Oct 31 04:54:42 2007 +0000 |
tree | e0dfbaebe02e75094033425fc4274328c5928dd0 | |
parent | e01b64001359034d04c695388870936ed3d1b56b [diff] |
[CIFS] Don't request too much permission when reading an ACL 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>