From: Nicholas Bellinger Date: Thu, 26 Feb 2015 06:56:37 +0000 (-0800) Subject: Revert "iscsi-target: Avoid IN_LOGOUT failure case for iser-target" X-Git-Tag: omap-for-v4.1/fixes-rc1~291^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a03ee8c5677acd7ab61b0be7b880b3d3de1bcf2;p=pandora-kernel.git Revert "iscsi-target: Avoid IN_LOGOUT failure case for iser-target" This reverts commit 72859d91d93319c00a18c29f577e56bf73a8654a. The original patch was wrong, iscsit_close_connection() still needs to release iscsi_conn during both normal + exception IN_LOGOUT status with ib_isert enabled. The original OOPs is due to completing conn_logout_comp early within iscsit_close_connection(), causing isert_wait4logout() to complete instead of waiting for iscsit_logout_post_handler_*() to be called. Reported-by: Sagi Grimberg Cc: Sagi Grimberg Cc: Slava Shwartsman Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed