commit | 4d227fca1b32f95f1246894ebef879efccb2ec15 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sun Aug 17 07:40:00 2014 -0500 |
committer | Christoph Hellwig <hch@lst.de> | Mon Feb 02 18:09:41 2015 +0100 |
tree | 9c23e3d464e2a55fd91bd77db415c519854e1c28 | |
parent | e6ba76e1944613f16dddcba4b5836954ed3981f3 [diff] [blame] |
nfsd: make find_any_file available outside nfs4state.c Signed-off-by: Christoph Hellwig <hch@lst.de>
diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c index f5fc5d7..eefd29e 100644 --- a/fs/nfsd/nfs4state.c +++ b/fs/nfsd/nfs4state.c
@@ -342,7 +342,7 @@ return ret; } -static struct file * +struct file * find_any_file(struct nfs4_file *f) { struct file *ret;