Skip to content

Commit

Permalink
NFSv4: Support NFSv4 optional attributes in the struct nfs_fattr
Browse files Browse the repository at this point in the history
Currently, filling struct nfs_fattr is more or less an all or nothing
operation, since NFSv2 and NFSv3 have only mandatory attributes.
In NFSv4, some attributes are optional, and so we may simply not be able to
fill in those fields. Furthermore, NFSv4 allows you to specify which
attributes you are interested in retrieving, thus permitting you to
optimise away retrieval of attributes that you know will no change...

Signed-off-by: Trond Myklebust <[email protected]>
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Mar 11, 2009
1 parent 78f945f commit 9e6e70f
Show file tree
Hide file tree
Showing 5 changed files with 202 additions and 103 deletions.
Loading

0 comments on commit 9e6e70f

Please sign in to comment.