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
This commit is contained in:
Bart Van Assche
2015-06-17 00:24:25 +00:00
parent 102d8d54c9
commit b3f49a0a17
+2
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);