From: Nicholas Bellinger Date: Mon, 27 Feb 2012 06:16:07 +0000 (-0800) Subject: iscsi-target: Fix dynamic -> explict NodeACL pointer reference X-Git-Tag: v3.4-rc1~146^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d06283341aee9e48eff1b068779d340785c635ce;p=pandora-kernel.git iscsi-target: Fix dynamic -> explict NodeACL pointer reference This patch fixes a free after use in lio_target_make_nodeacl() where iscsi_node_acl was referenced from the original se_nacl_new allocation, instead of from core_tpg_add_initiator_node_acl() in the case of dynamic -> explict NodeACL conversion. Cc: stable@vger.kernel.org Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed