target: Perform PROTECT sanity checks for WRITE_SAME
authorNicholas Bellinger <nab@linux-iscsi.org>
Sat, 14 Feb 2015 01:32:11 +0000 (01:32 +0000)
committerNicholas Bellinger <nab@linux-iscsi.org>
Sat, 14 Feb 2015 02:09:45 +0000 (02:09 +0000)
commitafd73f1b60fc5883ea4982f68e9522e77b28f1e5
treec8bfb7f917842b9cc8d0f0f24e71f3be869ba420
parentf7b7c06f386c5e990acb87a8bc96137b9f978977
target: Perform PROTECT sanity checks for WRITE_SAME

This patch adds a call to sbc_check_prot() within sbc_setup_write_same()
code to perform the various protection releated sanity checks, including
failing if WRPROTECT or RDPROTECT is set for a backend device that has
not advertised support for T10-PI.

Also, since WRITE_SAME + T10-PI is currently not supported by IBLOCK +
FILEIO backends, go ahead and fail if ->execute_write_same() is invoked
with a non zero cmd->prot_op.

Cc: Martin Petersen <martin.petersen@oracle.com>
Cc: Sagi Grimberg <sagig@mellanox.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/target_core_file.c
drivers/target/target_core_iblock.c
drivers/target/target_core_sbc.c