nfsd4: nfsd_process_n_delegations should be static
authorJ. Bruce Fields <bfields@redhat.com>
Tue, 14 Aug 2012 20:09:31 +0000 (16:09 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Tue, 21 Aug 2012 17:59:39 +0000 (13:59 -0400)
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4state.c

index 566a9b7..f393da8 100644 (file)
@@ -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;