Re: [PATCH] lockd: xdr: Remove unused function

2015-01-12 Thread J. Bruce Fields
On Sat, Jan 10, 2015 at 06:02:42PM +0100, Rickard Strandqvist wrote: > Remove the function nlm_encode_fh() that is not used anywhere. > > This was partially found by using a static code analysis program called > cppcheck. Huh. OK, thanks--applying. --b. > > Signed-off-by: Rickard Strandqvist

[PATCH] lockd: xdr: Remove unused function

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