erofs-utils: enable multi-threaded support for `-Eall-fragments`
authorGao Xiang <hsiangkao@linux.alibaba.com>
Wed, 7 Aug 2024 08:54:13 +0000 (16:54 +0800)
committerGao Xiang <hsiangkao@linux.alibaba.com>
Thu, 8 Aug 2024 10:00:26 +0000 (18:00 +0800)
commit10c1590c0920bea7298d6fefd6154d9bb4230923
tree99b92c07068d40c5ef95d74ff4280f7e36593689
parentaa77424c210585df36b8b0e820ff3f0fd0a4ddd4
erofs-utils: enable multi-threaded support for `-Eall-fragments`

Since `-Eall-fragments` packs the whole data into the special inode,
it's possible to use the multi-threaded compression for this.

Some users may be interested in `-Eall-fragments` for extreme
compression anyway.

Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Reviewed-by: Sandeep Dhavale <dhavale@google.com>
Link: https://lore.kernel.org/r/20240807085413.717066-1-hsiangkao@linux.alibaba.com
lib/compress.c