erofs-utils: disallow new algorithms on incremental builds
authorGao Xiang <hsiangkao@linux.alibaba.com>
Tue, 6 Aug 2024 00:08:59 +0000 (08:08 +0800)
committerGao Xiang <hsiangkao@linux.alibaba.com>
Tue, 6 Aug 2024 06:40:22 +0000 (14:40 +0800)
commit472100ed43a902778e6adb0f1bc81bf00d119c2c
treea3d5e985696ae4015d261ed371456f408abf7dbd
parentac36743d05b376c4440e05925d2e4db6442ce797
erofs-utils: disallow new algorithms on incremental builds

On-disk compression configurations are not rewritten on incremental
builds, therefore there is no way to add new algorithms in this mode.

Clean builds should be used instead.

Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Link: https://lore.kernel.org/r/20240806000859.66658-1-xiang@kernel.org
dump/main.c
include/erofs/internal.h
lib/compress.c
lib/compressor_lz4.c
lib/compressor_lz4hc.c
lib/decompress.c
lib/super.c