]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: compress: deny setting unsupported compress algorithm
authorChao Yu <yuchao0@huawei.com>
Fri, 22 Jan 2021 09:40:13 +0000 (17:40 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 27 Jan 2021 23:20:02 +0000 (15:20 -0800)
commit32be0e97c71366a19d11d1965e3f0957ea0be609
tree4ecb15d835514794c7a08ee8bd8ff58867c898f4
parent0b979f1bded3e6808184842133e6afeba312a4ff
f2fs: compress: deny setting unsupported compress algorithm

If kernel doesn't support certain kinds of compress algorithm, deny to set
them as compress algorithm of f2fs via 'compress_algorithm=%s' mount option.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/super.c