[GIT PULL] target fixes for v4.5

From: Nicholas A. Bellinger
Date: Fri Mar 11 2016 - 22:52:28 EST


Hi Linus,

Here is the outstanding target-core bug-fix for v4.5 code.

Please go ahead and pull from:

git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master

This patch addresses a recent Task Management (TMR) regression related
to larger set of multi-port LUN_RESET bug-fixes in v4.5-rc5.

It drops a left-over target_put_sess_cmd() of se_cmd->cmd_kref within
ABORT_TASK failure path, once a se_cmd descriptor has already completed
posting response to fabric driver logic, and must be skipped during
normal ABORT_TASK se_cmd->tag lookup.

Thank you,

--nab

Nicholas Bellinger (1):
target: Drop incorrect ABORT_TASK put for completed commands

drivers/target/target_core_tmr.c | 1 -
1 file changed, 1 deletion(-)