diff options
author | Christoph Hellwig <hch@lst.de> | 2014-08-17 16:40:00 +0400 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2015-02-02 20:09:41 +0300 |
commit | 4d227fca1b32f95f1246894ebef879efccb2ec15 (patch) | |
tree | 9c23e3d464e2a55fd91bd77db415c519854e1c28 /fs/nfsd/nfs4state.c | |
parent | e6ba76e1944613f16dddcba4b5836954ed3981f3 (diff) | |
download | linux-4d227fca1b32f95f1246894ebef879efccb2ec15.tar.xz |
nfsd: make find_any_file available outside nfs4state.c
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'fs/nfsd/nfs4state.c')
-rw-r--r-- | fs/nfsd/nfs4state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c index f5fc5d72c362..eefd29ec43f2 100644 --- a/fs/nfsd/nfs4state.c +++ b/fs/nfsd/nfs4state.c @@ -342,7 +342,7 @@ find_readable_file(struct nfs4_file *f) return ret; } -static struct file * +struct file * find_any_file(struct nfs4_file *f) { struct file *ret; |