summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util/lib
diff options
context:
space:
mode:
authorBart Van Assche <bart.vanassche@wdc.com>2017-08-25 13:46:43 -0700
committerMartin K. Petersen <martin.petersen@oracle.com>2017-08-25 17:08:08 -0400
commit052d8a7cbfbf90489ed83ab7d65c9559b799b97b (patch)
tree1fdfb79f6518af58d657bb6d127bc16a0b17e840 /tools/perf/scripts/python/Perf-Trace-Util/lib
parentab17241cef42ac434dcb544ae69e3fc4d451927f (diff)
scsi: iscsi_tcp: Remove a set-but-not-used variable
This patch avoids that gcc reports the following warning when building with W=1: drivers/scsi/iscsi_tcp.c:166:24: warning: variable ?session? set but not used [-Wunused-but-set-variable] Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Hannes Reinecke <hare@suse.com> Cc: Lee Duncan <lduncan@suse.com> Cc: Johannes Thumshirn <jthumshirn@suse.de> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib')
0 files changed, 0 insertions, 0 deletions
6-09-07usercopy: force check_object_size() inlineKees Cook 2016-09-06usercopy: fold builtin_const check into inline functionKees Cook 2016-08-08Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds 2016-08-02signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeAndy Lutomirski 2016-07-26mm: Hardened usercopyKees Cook 2016-07-26mm: Implement stack frame object validationKees Cook 2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov 2014-06-04mm: get rid of __GFP_KMEMCGVladimir Davydov 2014-04-18sched: Remove set_need_resched()Peter Zijlstra