]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
target: Make TCM_WRITE_PROTECT failure honor D_SENSE bit
authorNicholas Bellinger <nab@linux-iscsi.org>
Thu, 17 Sep 2015 03:23:53 +0000 (20:23 -0700)
committerNicholas Bellinger <nab@linux-iscsi.org>
Fri, 25 Sep 2015 06:17:27 +0000 (23:17 -0700)
commit8fa3a867486f85df66eba8c4df85804d3309c6ad
tree9008062c9e3567b5cf5d3b589bf7e57259da7692
parentf3bb467ff64b2598d023b3a07592748fa7768b6a
target: Make TCM_WRITE_PROTECT failure honor D_SENSE bit

This patch changes transport_lookup_cmd_lun() to obtain
se_lun->lun_ref + se_cmd->se_device rcu_dereference during
TCM_WRITE_PROTECT -> CHECK_CONDITION failure status.

Do this to ensure the active control D_SENSE mode page bit
is being honored.

Reported-by: Sagi Grimberg <sagig@mellanox.com>
Reviewed-by: Sagi Grimberg <sagig@mellanox.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/target_core_device.c