]> git.baikalelectronics.ru Git - kernel.git/commit
nfsd4: remove ACE4_IDENTIFIER_GROUP flag from GROUP@ entry
authorFrank Filz <ffilzlnx@us.ibm.com>
Thu, 27 Aug 2009 21:35:41 +0000 (17:35 -0400)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Thu, 27 Aug 2009 21:35:41 +0000 (17:35 -0400)
commit884c89e8467fd91ed3cdeecdc7bd069b556fb58f
treeb54333f714aa96fd8c6d179c92b7c7a97db157c2
parenteb125015a2e54d934423888466d9658c81c7fc48
nfsd4: remove ACE4_IDENTIFIER_GROUP flag from GROUP@ entry

RFC 3530 says "ACE4_IDENTIFIER_GROUP flag MUST be ignored on entries
with these special identifiers.  When encoding entries with these
special identifiers, the ACE4_IDENTIFIER_GROUP flag SHOULD be set to
zero."  It really shouldn't matter either way, but the point is that
this flag is used to distinguish named users from named groups (since
unix allows a group to have the same name as a user), so it doesn't
really make sense to use it on a special identifier such as this.)

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
fs/nfsd/nfs4acl.c