diff --git a/scst/include/scst.h b/scst/include/scst.h index 5c3102912..c9647c1d8 100644 --- a/scst/include/scst.h +++ b/scst/include/scst.h @@ -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 */