hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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;