diff options
author | Roland Dreier <[email protected]> | 2012-07-16 11:04:36 -0700 |
---|---|---|
committer | Nicholas Bellinger <[email protected]> | 2012-07-16 17:35:25 -0700 |
commit | b46e34a6721cb057702f19ebe27cfc7877e500e5 (patch) | |
tree | debc4d50a02a41ef33fe73a87aad3ddd68a9d835 /tools/perf/scripts/python | |
parent | 77d4c7450646e6bcba3ff6de17aa4b98c34fe849 (diff) |
qla2xxx: Get rid of redundant qla_tgt_sess.tearing_down
The only place that sets qla_tgt_sess.tearing_down calls
target_splice_sess_cmd_list() immediately afterwards, without dropping
the lock it holds. That function sets se_session.sess_tearing_down,
so we can get rid of the qla_target-specific flag, and in the one
place that looks at the qla_tgt_sess.tearing_down flag just test
se_session.sess_tearing_down instead.
Cc: Chad Dupuis <[email protected]>
Cc: Arun Easi <[email protected]>
Signed-off-by: Roland Dreier <[email protected]>
Signed-off-by: Nicholas Bellinger <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions