returning acl support to driver
This commit is contained in:
parent
887caeb922
commit
d2ba08614c
1 changed files with 2 additions and 0 deletions
|
|
@ -122,6 +122,8 @@ static int handle_volume_attributes(
|
||||||
attr->FileSystemAttributes |= FILE_CASE_PRESERVED_NAMES;
|
attr->FileSystemAttributes |= FILE_CASE_PRESERVED_NAMES;
|
||||||
if (!info.case_insensitive)
|
if (!info.case_insensitive)
|
||||||
attr->FileSystemAttributes |= FILE_CASE_SENSITIVE_SEARCH;
|
attr->FileSystemAttributes |= FILE_CASE_SENSITIVE_SEARCH;
|
||||||
|
if (args->state->file.fh.superblock->aclsupport)
|
||||||
|
attr->FileSystemAttributes |= FILE_PERSISTENT_ACLS;
|
||||||
|
|
||||||
attr->MaximumComponentNameLength = NFS41_MAX_COMPONENT_LEN;
|
attr->MaximumComponentNameLength = NFS41_MAX_COMPONENT_LEN;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue