From 4402104510bca22735a15dee11b507406e53b488 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 23 Feb 2020 17:31:58 +0000 Subject: [PATCH] scst: Add a source code comment git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8770 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/include/scst_const.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scst/include/scst_const.h b/scst/include/scst_const.h index 5b9d6ca8b..d8c9b1042 100644 --- a/scst/include/scst_const.h +++ b/scst/include/scst_const.h @@ -210,6 +210,10 @@ enum scst_cdb_flags { SCST_IMPLICIT_HQ = 0x0080, SCST_SKIP_UA = 0x0100, SCST_WRITE_MEDIUM = 0x0200, + /* + * Set if a command should be executed by the SCST core instead + * of by the device handler. + */ SCST_LOCAL_CMD = 0x0400, /*