hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/lib/zstd/compress.c
....@@ -3182,6 +3182,7 @@
31823182 zcs->outBuffFlushedSize = 0;
31833183 zcs->stage = zcss_flush; /* pass-through to flush stage */
31843184 }
3185
+ /* fall through */
31853186
31863187 case zcss_flush: {
31873188 size_t const toFlush = zcs->outBuffContentSize - zcs->outBuffFlushedSize;