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:
Vladislav Bolkhovitin
2012-02-27 22:59:10 +00:00
parent 30615c003c
commit 6f228ecb71

View File

@@ -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 */