From b3f49a0a17f983c219b9d873ba21f131af5b12d8 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 17 Jun 2015 00:24:25 +0000 Subject: [PATCH] iscsi-scstd: Annotate fall-throughs for Coverity git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6373 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/usr/iscsi_scstd.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/iscsi-scst/usr/iscsi_scstd.c b/iscsi-scst/usr/iscsi_scstd.c index 322b4c321..c2ff33df7 100644 --- a/iscsi-scst/usr/iscsi_scstd.c +++ b/iscsi-scst/usr/iscsi_scstd.c @@ -595,6 +595,7 @@ again: conn->rwsize = conn->rsp.ahssize; goto write_again; } + /* fall-through */ case IOSTATE_WRITE_AHS: if (conn->rsp.datasize) { int o; @@ -610,6 +611,7 @@ again: } goto write_again; } + /* fall-through */ case IOSTATE_WRITE_DATA: conn->uncork_transmit(pollfd->fd); cmnd_finish(conn);