]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
target: Use correct preempted registration sense code
authorMarco Sanvido <marco@purestorage.com>
Wed, 4 Jan 2012 01:12:57 +0000 (17:12 -0800)
committerNicholas Bellinger <nab@linux-iscsi.org>
Wed, 18 Jan 2012 08:28:43 +0000 (08:28 +0000)
commit9e08e34e3735ae057eb3834da3570995811b7eb9
tree2a062cdc55b523373690325b3a2b8686e367ac90
parent48cfe37cc03f616e6c139796962e7ec677cde8a9
target: Use correct preempted registration sense code

The comments quote the right parts of the spec:

   * d) Establish a unit attention condition for the
   *    initiator port associated with every I_T nexus
   *    that lost its registration other than the I_T
   *    nexus on which the PERSISTENT RESERVE OUT command
   *    was received, with the additional sense code set
   *    to REGISTRATIONS PREEMPTED.

and

   * e) Establish a unit attention condition for the initiator
   *    port associated with every I_T nexus that lost its
   *    persistent reservation and/or registration, with the
   *    additional sense code set to REGISTRATIONS PREEMPTED;

but the actual code accidentally uses ASCQ_2AH_RESERVATIONS_PREEMPTED
instead of ASCQ_2AH_REGISTRATIONS_PREEMPTED.  Fix this.

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