query for aclsupport per superblock
This commit is contained in:
parent
87f1005ea0
commit
c11e5ebce2
4 changed files with 11 additions and 3 deletions
|
|
@ -1627,6 +1627,10 @@ static bool_t decode_file_attrs(
|
|||
if (!xdr_u_int32_t(xdr, &info->rdattr_error))
|
||||
return FALSE;
|
||||
}
|
||||
if (attrs->attrmask.arr[0] & FATTR4_WORD0_ACLSUPPORT) {
|
||||
if (!xdr_u_int32_t(xdr, &info->aclsupport))
|
||||
return FALSE;
|
||||
}
|
||||
if (attrs->attrmask.arr[0] & FATTR4_WORD0_CANSETTIME) {
|
||||
if (!xdr_bool(xdr, &info->cansettime))
|
||||
return FALSE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue