mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
Correct misleading SCST_CMD_ABORTED description.
Noticed by Bart Van Assche <bvanassche@acm.org> git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4148 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -494,7 +494,14 @@ enum scst_exec_context {
|
||||
** Cmd's async (atomic) flags
|
||||
*************************************************************/
|
||||
|
||||
/* Set if the cmd is aborted and ABORTED sense will be sent as the result */
|
||||
/*
|
||||
* Set if the cmd is aborted and should be unconditionally finished
|
||||
* as soon as possible.
|
||||
*
|
||||
* !! Direct check of this bit must not be done anywhere outside of !!
|
||||
* !! SCST core! Use the corresponding helper functions listed below !!
|
||||
* !! for that! !!
|
||||
*/
|
||||
#define SCST_CMD_ABORTED 0
|
||||
|
||||
/* Set if the cmd is aborted by other initiator */
|
||||
|
||||
Reference in New Issue
Block a user