diff options
author | Toomas Soome <tsoome@me.com> | 2017-07-01 10:10:05 +0300 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2018-02-22 15:58:54 +0000 |
commit | 48122e8f03678c2b5a9cea6e9c4d4d2629c5a13f (patch) | |
tree | b4210cb4c77862bf9ef05d4e016aacb54c8b2074 /usr/src/lib/sun_sas | |
parent | 69b2e41e53282c11528827637e627614e2af615b (diff) | |
download | illumos-joyent-48122e8f03678c2b5a9cea6e9c4d4d2629c5a13f.tar.gz |
9148 sun_sas: this statement may fall through
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk>
Reviewed by: C Fraire <cfraire@me.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/lib/sun_sas')
-rw-r--r-- | usr/src/lib/sun_sas/common/sun_sas.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/lib/sun_sas/common/sun_sas.c b/usr/src/lib/sun_sas/common/sun_sas.c index 3211a5924f..0494238137 100644 --- a/usr/src/lib/sun_sas/common/sun_sas.c +++ b/usr/src/lib/sun_sas/common/sun_sas.c @@ -277,6 +277,7 @@ lock(mutex_t *mp) case ENOTRECOVERABLE: log(LOG_DEBUG, ROUTINE, "Lock failed: not recoverable 0x%x", mp); + break; default: if (loop > DEADLOCK_WARNING) { log(LOG_DEBUG, ROUTINE, |