timestamps: superblock stores attributes cansettime,time_delta
Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
This commit is contained in:
parent
cc298599d8
commit
e67560fd4a
4 changed files with 31 additions and 5 deletions
|
|
@ -35,9 +35,11 @@ struct __rpc_client;
|
|||
typedef struct __nfs41_superblock {
|
||||
nfs41_fsid fsid;
|
||||
bitmap4 supported_attrs;
|
||||
nfstime4 time_delta;
|
||||
uint64_t maxread;
|
||||
uint64_t maxwrite;
|
||||
uint32_t layout_types;
|
||||
bool_t cansettime;
|
||||
struct list_entry entry; /* position in nfs41_server.superblocks */
|
||||
|
||||
SRWLOCK lock;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue