From: Roland Dreier Date: Mon, 16 Jul 2012 18:04:41 +0000 (-0700) Subject: qla2xxx: Remove racy, now-redundant check of sess_tearing_down X-Git-Tag: v3.6-rc1~156^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1013f14376f3121e73917f5455b9b7a22bdfb41;p=pandora-kernel.git qla2xxx: Remove racy, now-redundant check of sess_tearing_down Now that target_submit_cmd() / target_get_sess_cmd() check sess_tearing_down before adding commands to the list, we no longer need the check in qlt_do_work(). In fact this check is racy anyway (and that race is what inspired the change to add the check of sess_tearing_down to the target core). Cc: Chad Dupuis Cc: Arun Easi Signed-off-by: Roland Dreier Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed