Re: [PATCH] nfsd: nfs4state: Remove unused function

2015-01-14 Thread J. Bruce Fields
On Tue, Jan 13, 2015 at 09:57:24PM +0100, Rickard Strandqvist wrote: > Remove the function renew_client() that is not used anywhere. > > This was partially found by using a static code analysis program called > cppcheck. Huh. OK, queueing up for 3.20.--b. > > Signed-off-by: Rickard Strandqvis

[PATCH] nfsd: nfs4state: Remove unused function

2015-01-13 Thread Rickard Strandqvist
Remove the function renew_client() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- fs/nfsd/nfs4state.c | 10 -- 1 file changed, 10 deletions(-) diff --git a/fs/nfsd/nfs4state.c b/fs/n