diff options
author | Christoph Hellwig <hch@lst.de> | 2014-08-17 07:40:00 -0500 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2015-02-02 18:09:41 +0100 |
commit | 4d227fca1b32f95f1246894ebef879efccb2ec15 (patch) | |
tree | 9c23e3d464e2a55fd91bd77db415c519854e1c28 /fs/nfsd/state.h | |
parent | e6ba76e1944613f16dddcba4b5836954ed3981f3 (diff) |
nfsd: make find_any_file available outside nfs4state.c
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'fs/nfsd/state.h')
-rw-r--r-- | fs/nfsd/state.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsd/state.h b/fs/nfsd/state.h index 8bc961e192f2..38ebb1268b59 100644 --- a/fs/nfsd/state.h +++ b/fs/nfsd/state.h @@ -579,6 +579,7 @@ static inline void get_nfs4_file(struct nfs4_file *fi) { atomic_inc(&fi->fi_ref); } +struct file *find_any_file(struct nfs4_file *f); /* grace period management */ void nfsd4_end_grace(struct nfsd_net *nn); |