volume: daemon handles FileFsAttributeInformation
added FILE_FS_ATTRIBUTE_INFORMATION and FileSystemAttributes flags to from_kernel.h queries case_preserving, case_insensitive attributes to fill in FileSystemAttributes, and uses #defines from nfs41_const.h for MaximumComponentNameLength and FileSystemName Signed-off-by: Casey Bodley <cbodley@umich.edu>
This commit is contained in:
parent
c13ed30b9a
commit
d38360672d
6 changed files with 109 additions and 2 deletions
|
|
@ -41,8 +41,11 @@
|
|||
|
||||
#define UPCALL_BUF_SIZE 1024
|
||||
|
||||
/* see MaximumComponentNameLength in FileFsAttributeInformation
|
||||
* in nfs41_driver.c:nfs41_QueryVolumeInformation() */
|
||||
/* FileSystemName reported for FileFsAttributeInformation */
|
||||
#define NFS41_FILESYSTEM_NAME L"NFS"
|
||||
#define NFS41_FILESYSTEM_NAME_LEN (sizeof(NFS41_FILESYSTEM_NAME)-sizeof(WCHAR))
|
||||
|
||||
/* MaximumComponentNameLength reported for FileFsAttributeInformation */
|
||||
#define NFS41_MAX_COMPONENT_LEN 64
|
||||
#define NFS41_MAX_PATH_LEN MAX_PATH
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue