From: Nicholas Bellinger Date: Mon, 3 Feb 2014 20:53:51 +0000 (-0800) Subject: iscsi/iser-target: Use list_del_init for ->i_conn_node X-Git-Tag: v3.14-rc6~8^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5159d763f60af693a3fcec45dce2021f66e528a4;p=pandora-kernel.git iscsi/iser-target: Use list_del_init for ->i_conn_node There are a handful of uses of list_empty() for cmd->i_conn_node within iser-target code that expect to return false once a cmd has been removed from the per connect list. This patch changes all uses of list_del -> list_del_init in order to ensure that list_empty() returns false as expected. Acked-by: Sagi Grimberg Cc: Or Gerlitz Cc: #3.10+ Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed