kernel/lib/zstd/compress.c
.. .. @@ -3182,6 +3182,7 @@ 3182 3182 zcs->outBuffFlushedSize = 0; 3183 3183 zcs->stage = zcss_flush; /* pass-through to flush stage */ 3184 3184 } 3185 + /* fall through */3185 3186 3186 3187 case zcss_flush: { 3187 3188 size_t const toFlush = zcs->outBuffContentSize - zcs->outBuffFlushedSize;