f2fs: ignore compress mount option on image w/o compression feature
authorChao Yu <yuchao0@huawei.com>
Thu, 3 Sep 2020 02:14:41 +0000 (10:14 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 11 Sep 2020 18:11:25 +0000 (11:11 -0700)
commit69c0dd29f75292cf90f032365e0f9d96b7ded5ca
tree5c55f8f82e313f5853c70158c88ce6300be491c1
parentca313c82d15130ccfde861105cd288be47d05e34
f2fs: ignore compress mount option on image w/o compression feature

to keep consistent with behavior when passing compress mount option
to kernel w/o compression feature, so that mount may not fail on
such condition.

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