iscsi-scstd: Annotate fall-throughs for Coverity

Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
This commit is contained in:
Bart Van Assche
2015-05-05 14:56:15 +02:00
parent ec8f308851
commit d681f8e287

View File

@@ -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);