nfsd: Store the filehandle with the struct nfs4_file
For use when we may not have a struct inode. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com> Signed-off-by: Jeff Layton <jlayton@primarydata.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:

committed by
J. Bruce Fields

parent
fc8e5a644c
commit
e2cf80d73f
@@ -396,6 +396,7 @@ struct nfs4_file {
|
||||
struct file *fi_deleg_file;
|
||||
struct file_lock *fi_lease;
|
||||
atomic_t fi_delegees;
|
||||
struct knfsd_fh fi_fhandle;
|
||||
struct inode *fi_inode;
|
||||
bool fi_had_conflict;
|
||||
};
|
||||
|
Reference in New Issue
Block a user