mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 18:51:27 +00:00
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:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user