From: Stanislav Kinsbursky Date: Wed, 9 Jan 2013 09:38:34 +0000 (+0300) Subject: nfsd: fix unused "nn" variable warning in free_client() X-Git-Tag: v3.9-rc1~40^2~42 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bca0ec6511bb96bcb6cb247fd4100a4ea1d1e4f5;p=pandora-kernel.git nfsd: fix unused "nn" variable warning in free_client() If CONFIG_LOCKDEP is disabled, then there would be a warning like this: CC [M] fs/nfsd/nfs4state.o fs/nfsd/nfs4state.c: In function ‘free_client’: fs/nfsd/nfs4state.c:1051:19: warning: unused variable ‘nn’ [-Wunused-variable] So, let's add "maybe_unused" tag to this variable. Reported-by: Toralf Förster Signed-off-by: Stanislav Kinsbursky Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed