mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-19 03:31:26 +00:00
iscsi-scstd: Annotate fall-throughs for Coverity
Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user