handling hidden system archive file attributes
todo: still need to mask supported attributes while doing getattrs
This commit is contained in:
parent
68d97f5400
commit
49580a8cfe
10 changed files with 81 additions and 17 deletions
|
|
@ -225,6 +225,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 system;
|
||||
bool_t archive;
|
||||
bool_t cansettime; /* XXX: per-fs */
|
||||
bool_t case_insensitive;
|
||||
bool_t case_preserving;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue