symlink: file and volume attributes
handle_volume_attributes() adds FILE_SUPPORTS_REPARSE_POINTS nfs_file_info_to_attributes() adds FILE_ATTRIBUTE_REPARSE_POINT for type==NF4LNK Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
This commit is contained in:
parent
5dc1b43191
commit
77dcd5bc02
2 changed files with 4 additions and 1 deletions
|
|
@ -108,7 +108,8 @@ static int handle_volume_attributes(
|
|||
goto out;
|
||||
}
|
||||
|
||||
attr->FileSystemAttributes = FILE_SUPPORTS_REMOTE_STORAGE;
|
||||
attr->FileSystemAttributes = FILE_SUPPORTS_REMOTE_STORAGE |
|
||||
FILE_SUPPORTS_REPARSE_POINTS;
|
||||
if (info.case_preserving)
|
||||
attr->FileSystemAttributes |= FILE_CASE_PRESERVED_NAMES;
|
||||
if (!info.case_insensitive)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue