scst.h: Clarify a comment

Make it more clear that scst_mgmt_cmd.tag refers to the tag of the
command to abort and not to the tag of the ABORT TASK command itself.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>



git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4171 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2012-03-27 01:44:59 +00:00
parent 62cc777905
commit 5a6928fc2b

View File

@@ -2190,7 +2190,7 @@ struct scst_mgmt_cmd {
uint64_t lun; /* LUN for this mgmt cmd */
/* or (and for iSCSI) */
uint64_t tag; /* tag of the corresponding cmd */
uint64_t tag; /* for ABORT TASK, tag of the cmd to abort */
uint32_t cmd_sn; /* affected command's highest SN */