From 0f2ec9b00fd298b37cab6c0bb7d92998a7c00351 Mon Sep 17 00:00:00 2001 From: "J. Bruce Fields" Date: Tue, 14 Aug 2012 16:09:31 -0400 Subject: [PATCH] --- yaml --- r: 334039 b: refs/heads/master c: da5c80a935d422bcc8a69b362f5d1b47ef94d3de h: refs/heads/master i: 334037: 75308182733212e300aa44e61fd76f205d560f12 334035: 0a18cb68af839db7dbc31f54500e27ad5526c4fe 334031: 21bc151dc3d3c08950edf5dc87bef80d5d572672 v: v3 --- [refs] | 2 +- trunk/fs/nfsd/nfs4state.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index d613a41c8ece..3e48f13348f8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 24ff99c6fe0f071994262e39fa334f28606d2cad +refs/heads/master: da5c80a935d422bcc8a69b362f5d1b47ef94d3de diff --git a/trunk/fs/nfsd/nfs4state.c b/trunk/fs/nfsd/nfs4state.c index 566a9b75fa0e..f393da8c26e1 100644 --- a/trunk/fs/nfsd/nfs4state.c +++ b/trunk/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;