diff options
author | J. Bruce Fields <bfields@redhat.com> | 2014-05-22 15:48:11 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2014-05-22 15:48:15 -0400 |
commit | f35ea0d4b66b789e0edcea634238e9aa31924516 (patch) | |
tree | 2de32d027b8dab67153d7133f42c732c5d9e0ffe /fs/nfsd/nfs4acl.c | |
parent | cbf7a75bc58a2458bd6e47476e47819ba3f40b00 (diff) | |
parent | 27b11428b7de097c42f205beabb1764f4365443b (diff) |
Merge 3.15 bugfixes for 3.16
Diffstat (limited to 'fs/nfsd/nfs4acl.c')
-rw-r--r-- | fs/nfsd/nfs4acl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/nfs4acl.c b/fs/nfsd/nfs4acl.c index 05c9b2f9427b..7c7c02554a81 100644 --- a/fs/nfsd/nfs4acl.c +++ b/fs/nfsd/nfs4acl.c | |||
@@ -589,7 +589,7 @@ posix_state_to_acl(struct posix_acl_state *state, unsigned int flags) | |||
589 | add_to_mask(state, &state->groups->aces[i].perms); | 589 | add_to_mask(state, &state->groups->aces[i].perms); |
590 | } | 590 | } |
591 | 591 | ||
592 | if (!state->users->n && !state->groups->n) { | 592 | if (state->users->n || state->groups->n) { |
593 | pace++; | 593 | pace++; |
594 | pace->e_tag = ACL_MASK; | 594 | pace->e_tag = ACL_MASK; |
595 | low_mode_from_nfs4(state->mask.allow, &pace->e_perm, flags); | 595 | low_mode_from_nfs4(state->mask.allow, &pace->e_perm, flags); |