]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
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 566a9b75fa0e9f796019d4723be3d8b530f35376..f393da8c26e1c1a0285682aabf9e4de56a66882e 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;