• Trond Myklebust's avatar
    NFSv4: Support NFSv4 optional attributes in the struct nfs_fattr · 9e6e70f8
    Trond Myklebust authored
    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: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
    9e6e70f8
nfs2xdr.c 19.4 KB