query for aclsupport per superblock

This commit is contained in:
Olga Kornievskaia 2011-03-10 11:31:57 -05:00
parent 87f1005ea0
commit c11e5ebce2
4 changed files with 11 additions and 3 deletions

View file

@ -216,6 +216,7 @@ typedef struct __nfs41_file_info {
uint32_t owner_len;
unsigned char owner_group[NFS4_OPAQUE_LIMIT];
uint32_t owner_group_len;
uint32_t aclsupport;
} nfs41_file_info;
#endif /* !__NFS41_DAEMON_TYPES_H__ */