From: J. Bruce Fields Date: Tue, 14 Aug 2012 20:09:31 +0000 (-0400) Subject: nfsd4: nfsd_process_n_delegations should be static X-Git-Tag: firefly_0821_release~3680^2~1828^2~39 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=da5c80a935d422bcc8a69b362f5d1b47ef94d3de;p=firefly-linux-kernel-4.4.55.git nfsd4: nfsd_process_n_delegations should be static Signed-off-by: J. Bruce Fields --- diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c index 566a9b75fa0e..f393da8c26e1 100644 --- a/fs/nfsd/nfs4state.c +++ b/fs/nfsd/nfs4state.c @@ -4578,7 +4578,7 @@ void nfsd_forget_openowners(u64 num) printk(KERN_INFO "NFSD: Forgot %d open owners", count); } -int nfsd_process_n_delegations(u64 num, struct list_head *list) +static int nfsd_process_n_delegations(u64 num, struct list_head *list) { int i, count = 0; struct nfs4_file *fp, *fnext;