mirror of
https://github.com/SCST-project/scst.git
synced 2026-09-20 15:04:19 +00:00
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:
@@ -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