hc
2024-02-19 890e1df1bec891d9203724541e81f8fbe5183388
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;