diff options
| -rw-r--r-- | fs/nfs/nfs4xdr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4xdr.c b/fs/nfs/nfs4xdr.c index 8c21d69a9dc1..72f3bf1754ef 100644 --- a/fs/nfs/nfs4xdr.c +++ b/fs/nfs/nfs4xdr.c | |||
| @@ -3449,7 +3449,7 @@ static int decode_attr_aclsupport(struct xdr_stream *xdr, uint32_t *bitmap, uint | |||
| 3449 | { | 3449 | { |
| 3450 | __be32 *p; | 3450 | __be32 *p; |
| 3451 | 3451 | ||
| 3452 | *res = ACL4_SUPPORT_ALLOW_ACL|ACL4_SUPPORT_DENY_ACL; | 3452 | *res = 0; |
| 3453 | if (unlikely(bitmap[0] & (FATTR4_WORD0_ACLSUPPORT - 1U))) | 3453 | if (unlikely(bitmap[0] & (FATTR4_WORD0_ACLSUPPORT - 1U))) |
| 3454 | return -EIO; | 3454 | return -EIO; |
| 3455 | if (likely(bitmap[0] & FATTR4_WORD0_ACLSUPPORT)) { | 3455 | if (likely(bitmap[0] & FATTR4_WORD0_ACLSUPPORT)) { |
