target: Propigate backend read-only to core_tpg_add_lun
authorNicholas Bellinger <nab@linux-iscsi.org>
Wed, 16 Sep 2015 00:27:35 +0000 (17:27 -0700)
committerNicholas Bellinger <nab@linux-iscsi.org>
Fri, 25 Sep 2015 06:17:21 +0000 (23:17 -0700)
commiteeeb9522231118138be418ff527dc8c9050f4707
treebc9dc2d41c12551c52ad53449cf9b34171572fe9
parent3ccd6e83df8a0d4a664edeecc453c4fa046395fb
target: Propigate backend read-only to core_tpg_add_lun

This patch adds a DF_READ_ONLY flag that is used by IBLOCK to
signal when a backend has been set to read-only mode, in order
to propigate read-only status up to core_tpg_add_lun() for all
future LUN fabric exports.

With this is place, existing emulation for reporting read-only
in spc_emulate_modesense() and normal transport_lookup_cmd_lun()
TCM_WRITE_PROTECTED status checking just works as expected.

Reported-by: Joeue Deng <joeue404@gmail.com>
Reported-by: Andy Grover <agrover@redhat.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/target_core_iblock.c
drivers/target/target_core_tpg.c
include/target/target_core_base.h