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