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

@ -41,6 +41,7 @@ typedef struct __nfs41_superblock {
uint64_t maxwrite;
uint32_t layout_types;
bool_t cansettime;
uint32_t aclsupport;
struct list_entry entry; /* position in nfs41_server.superblocks */
SRWLOCK lock;