hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
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;