]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
target: Allow PERSISTENT RESERVE IN for non-reservation holder
authorMarco Sanvido <marco@purestorage.com>
Wed, 4 Jan 2012 01:12:58 +0000 (17:12 -0800)
committerNicholas Bellinger <nab@linux-iscsi.org>
Wed, 18 Jan 2012 08:29:36 +0000 (08:29 +0000)
Initiators that aren't the active reservation holder should be able to
do a PERSISTENT RESERVE IN command in all cases, so add it to the list
of allowed CDBs in core_scsi3_pr_seq_non_holder().

Signed-off-by: Marco Sanvido <marco@purestorage.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/target_core_pr.c

index d14860ff25082d7bd98016a8cc04c200fb9343cc..68c71cd7a88e1a4281cfaa110e33e85bc11588fa 100644 (file)
@@ -478,6 +478,7 @@ static int core_scsi3_pr_seq_non_holder(
        case READ_MEDIA_SERIAL_NUMBER:
        case REPORT_LUNS:
        case REQUEST_SENSE:
+       case PERSISTENT_RESERVE_IN:
                ret = 0; /*/ Allowed CDBs */
                break;
        default: