diff options
author | Frank Filz <[email protected]> | 2009-08-14 15:02:30 -0700 |
---|---|---|
committer | J. Bruce Fields <[email protected]> | 2009-08-24 20:01:22 -0400 |
commit | 55bb55dca0cecac2fb7b8c743db41361c011c8a8 (patch) | |
tree | 148b3ccee78940f424c3ecc1c5b2e9f46527a200 /net/lapb/lapb_iface.c | |
parent | 8f55f3c0a013c42fb733997da54a3326c74601e8 (diff) |
nfsd: Fix unnecessary deny bits in NFSv4 ACL
The group deny entries end up denying tcy even though tcy was just
allowed by the allow entry. This appears to be due to:
ace->access_mask = mask_from_posix(deny, flags);
instead of:
ace->access_mask = deny_mask_from_posix(deny, flags);
Denying a previously allowed bit has no effect, so this shouldn't affect
behavior, but it's ugly.
Signed-off-by: Frank Filz <[email protected]>
Signed-off-by: J. Bruce Fields <[email protected]>
Diffstat (limited to 'net/lapb/lapb_iface.c')
0 files changed, 0 insertions, 0 deletions