提交 da5c80a9 编写于 作者: J J. Bruce Fields

nfsd4: nfsd_process_n_delegations should be static

Signed-off-by: NJ. Bruce Fields <bfields@redhat.com>
上级 24ff99c6
...@@ -4578,7 +4578,7 @@ void nfsd_forget_openowners(u64 num) ...@@ -4578,7 +4578,7 @@ void nfsd_forget_openowners(u64 num)
printk(KERN_INFO "NFSD: Forgot %d open owners", count); 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; int i, count = 0;
struct nfs4_file *fp, *fnext; struct nfs4_file *fp, *fnext;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册