aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorHannes Reinecke <[email protected]>2018-07-04 13:59:16 +0200
committerMartin K. Petersen <[email protected]>2018-07-10 22:42:47 -0400
commitfa519f701d27198a2858bb108fc18ea9d8c106a7 (patch)
tree315d6c945db86d66ec34f403f9cb5da0bc77d9ef /tools/perf/scripts/python/bin
parentee35624e1e4e4e9a26a30d56c25a07ba9cdd8ecb (diff)
scsi: libfc: fixup 'sleeping function called from invalid context'
fc_rport_login() will be calling mutex_lock() while running inside an RCU-protected section, triggering the warning 'sleeping function called from invalid context'. To fix this we can drop the rcu functions here altogether as the disc mutex protecting the list itself is already held, preventing any list manipulation. Fixes: a407c593398c ("scsi: libfc: Fixup disc_mutex handling") Signed-off-by: Hannes Reinecke <[email protected]> Acked-by: Johannes Thumshirn <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions