erofs: rename some generic methods in decompressor
authorGao Xiang <hsiangkao@linux.alibaba.com>
Sun, 10 Oct 2021 21:31:44 +0000 (05:31 +0800)
committerGao Xiang <hsiangkao@linux.alibaba.com>
Tue, 19 Oct 2021 15:44:30 +0000 (23:44 +0800)
commit966edfb0a3dc2adf5aab461c298fa0feb02f49d6
tree1607637fa3e0edf3a2ae4b051caeec3cd76b77ec
parent0a434e0a2c9f4395e4560aac22677ef25ab4afd9
erofs: rename some generic methods in decompressor

Previously, some LZ4 methods were named with `generic'. However, while
evaluating the effective LZMA approach, it seems they aren't quite
generic at all (e.g. no need preparing dstpages for most LZMA cases.)

Avoid such naming instead.

Link: https://lore.kernel.org/r/20211010213145.17462-7-xiang@kernel.org
Acked-by: Chao Yu <chao@kernel.org>
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
fs/erofs/decompressor.c