From: Mike Christie Date: Thu, 31 Jan 2008 19:36:44 +0000 (-0600) Subject: [SCSI] qla4xxx: directly call iscsi recovery functions X-Git-Tag: v2.6.25-rc1~285^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b635930de91be0a217292e3fe381af273e5ffaf7;p=pandora-kernel.git [SCSI] qla4xxx: directly call iscsi recovery functions Qla4xxx can just call the iscsi recovery functions directly. There is no need for userspace to do this for qla4xxx, because we do not use the mutex to iterate over devices anymore and iscsi_block /unblock_session can be called from interrupt context or the dpc thread. And having userspace do this just creates uneeded headaches for qla4xxx root situations where the session may experience problems. For example during the kernel shutdown the scsi layer wants to send sync caches, but at this time userspace is not up (iscsid is not running), so we cannot recover from the problem. Signed-off-by: Mike Christie Cc: David Somayajulu Signed-off-by: James Bottomley --- Reading git-diff-tree failed