On Mon, Aug 20, 2012 at 06:50:57PM -0400, J. Bruce Fields wrote: > Three patches for 3.7, mainly just shutting up sparse.--b. Plus one more I forgot....--b. commit 3a6d5cded2bcb69e259e18e23474ae0c1767fc04 Author: J. Bruce Fields <bfields@xxxxxxxxxx> Date: Tue Aug 14 16:09:31 2012 -0400 nfsd4: nfsd_process_n_delegations should be static Signed-off-by: J. Bruce Fields <bfields@xxxxxxxxxx> diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c index 566a9b7..f393da8 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; -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html