Skip to content

Commit

Permalink
9356 vscan: this statement may fall through
Browse files Browse the repository at this point in the history
Reviewed by: Jason King <jason.brian.king@gmail.com>
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk>
Reviewed by: C Fraire <cfraire@me.com>
Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
  • Loading branch information
tsoome authored and hrosenfeld committed Apr 23, 2018
1 parent 96a8ee4 commit 29a5d00
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions usr/src/cmd/vscan/vscand/vs_eng.c
Expand Up @@ -24,8 +24,6 @@
* Copyright (c) 2016 by Delphix. All rights reserved.
*/

#pragma ident "%Z%%M% %I% %E% SMI"

/*
* vs_eng.c manages the vs_engines array of scan engine.
* Access to the array and other private data is protected by vs_eng_mutex.
Expand Down Expand Up @@ -624,7 +622,7 @@ vs_eng_release(const vs_eng_ctx_t *eng_ctx)
(void) gettimeofday(&cxn->vsc_avail_time, NULL);
break;
}
/* LINTED E_CASE_FALL_THROUGH - close connection */
/* FALLTHROUGH */
case VS_ENG_CLOSE_PENDING:
(void) close(cxn->vsc_sockfd);
cxn->vsc_sockfd = -1;
Expand Down

0 comments on commit 29a5d00

Please sign in to comment.