]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/nfsd/nfs4acl.c
nfsd4: remove ACE4_IDENTIFIER_GROUP flag from GROUP@ entry
[karo-tx-linux.git] / fs / nfsd / nfs4acl.c
index 5320c2b6c7a6af5e4567388d4c6c9045f1411a36..725d02f210e272bc3c99306c1e2400f201095fb5 100644 (file)
@@ -321,7 +321,7 @@ _posix_to_nfsv4_one(struct posix_acl *pacl, struct nfs4_acl *acl,
        deny = ~pas.group & pas.other;
        if (deny) {
                ace->type = NFS4_ACE_ACCESS_DENIED_ACE_TYPE;
-               ace->flag = eflag | NFS4_ACE_IDENTIFIER_GROUP;
+               ace->flag = eflag;
                ace->access_mask = deny_mask_from_posix(deny, flags);
                ace->whotype = NFS4_ACL_WHO_GROUP;
                ace++;