aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorStanislav Kinsbursky <[email protected]>2013-01-09 12:38:34 +0300
committerJ. Bruce Fields <[email protected]>2013-01-23 18:17:40 -0500
commitbca0ec6511bb96bcb6cb247fd4100a4ea1d1e4f5 (patch)
tree4d3557ab503c037e5d9e834899ed92d0c5f2dc50 /tools/perf/scripts/python
parent35525b79786b2ba58ef13822198ce22c497bc7a2 (diff)
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 <[email protected]> Signed-off-by: Stanislav Kinsbursky <[email protected]> Signed-off-by: J. Bruce Fields <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions