]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: quota: do not mount as RDWR without QUOTA if quota feature enabled
authorSheng Yong <shengyong1@huawei.com>
Tue, 24 Jul 2018 12:17:52 +0000 (20:17 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 1 Aug 2018 18:52:36 +0000 (11:52 -0700)
commit38d4b9f4f56629dec31f03d375206cfa8f15dac4
tree3bec0b0ce78fd377bfe06e8d14ae333b2629a22d
parentbbb295b995746783dbf1a2dec2392ab62b608ce6
f2fs: quota: do not mount as RDWR without QUOTA if quota feature enabled

If quota feature is enabled, quota is on by default. However, if
CONFIG_QUOTA is not built in kernel, dquot entries will not get updated,
which leads to quota inconsistency.

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