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
|
|
@ -180,6 +180,8 @@ typedef struct __nfs41_file_info {
|
|||
uint32_t lease_time; /* XXX: per-server */
|
||||
uint32_t fs_layout_types; /* pnfs, XXX: per-fs */
|
||||
bool_t hidden;
|
||||
bool_t case_insensitive;
|
||||
bool_t case_preserving;
|
||||
} nfs41_file_info;
|
||||
|
||||
#endif /* !__NFS41_DAEMON_TYPES_H__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue