From: Joern Engel Date: Wed, 26 Oct 2011 05:08:43 +0000 (-0700) Subject: target: Fix incorrect se_cmd assignment in core_tmr_drain_tmr_list X-Git-Tag: v3.2-rc1~24^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80ccbc8e00f7001d79dd503c2781487906b98611;p=pandora-kernel.git target: Fix incorrect se_cmd assignment in core_tmr_drain_tmr_list This patch fixes a bug in core_tmr_drain_tmr_list() where drain_tmr_list was using the wrong se_tmr_req for cmd assignment due to a typo during the LUN_RESET re-org. This was resulting in general protection faults while using the leftover bogus *tmr_p pointer from list_for_each_entry_safe(). Signed-off-by: Joern Engel Cc: Joern Engel Cc: stable@kernel.org Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed