mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-19 21:56:31 +00:00
scst: More fall-through annotations for gcc 7
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7217 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -2941,7 +2941,7 @@ static bool vdisk_use_zero_copy(const struct scst_cmd *cmd)
|
||||
case VARIABLE_LENGTH_CMD:
|
||||
if (cmd->cdb[9] != SUBCODE_READ_32)
|
||||
break;
|
||||
/* else go througth */
|
||||
/* fall through */
|
||||
case READ_6:
|
||||
case READ_10:
|
||||
case READ_12:
|
||||
|
||||
@@ -3856,7 +3856,7 @@ defer:
|
||||
case SCST_QERR_3_ABORT_THIS_NEXUS_ONLY:
|
||||
if (!this_nex)
|
||||
goto defer;
|
||||
/* else go through */
|
||||
/* fall through */
|
||||
case SCST_QERR_1_ABORT_ALL:
|
||||
TRACE_MGMT_DBG("Aborting cmd %p due to "
|
||||
"ACA active (tgt_dev %p)", cmd,
|
||||
|
||||
Reference in New Issue
Block a user