nfs: initialize the ACL support bits to zero.
Avoid returning incorrect acl mask attributes when the server doesn't support ACLs. Signed-off-by: Malahal Naineni <malahal@us.ibm.com> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
This commit is contained in:
parent
905e7dafbe
commit
a1800acaf7
1 changed files with 1 additions and 1 deletions
|
@ -3449,7 +3449,7 @@ static int decode_attr_aclsupport(struct xdr_stream *xdr, uint32_t *bitmap, uint
|
||||||
{
|
{
|
||||||
__be32 *p;
|
__be32 *p;
|
||||||
|
|
||||||
*res = ACL4_SUPPORT_ALLOW_ACL|ACL4_SUPPORT_DENY_ACL;
|
*res = 0;
|
||||||
if (unlikely(bitmap[0] & (FATTR4_WORD0_ACLSUPPORT - 1U)))
|
if (unlikely(bitmap[0] & (FATTR4_WORD0_ACLSUPPORT - 1U)))
|
||||||
return -EIO;
|
return -EIO;
|
||||||
if (likely(bitmap[0] & FATTR4_WORD0_ACLSUPPORT)) {
|
if (likely(bitmap[0] & FATTR4_WORD0_ACLSUPPORT)) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue