f2fs: fix to restrict mount condition when without CONFIG_QUOTA
authorChao Yu <yuchao0@huawei.com>
Wed, 25 Jul 2018 23:19:48 +0000 (07:19 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 5 Sep 2018 22:17:45 +0000 (15:17 -0700)
commitc28578ac1e862dede3a5ccb5ed13d1880bfcfeb1
treecaedc27d24eaa00f9d5b6103d694d6c32927df83
parent27d0a7575dc53c79b9e13b67f7842b331f54dea6
f2fs: fix to restrict mount condition when without CONFIG_QUOTA

Like quota_ino feature, we need to reject mounting RDWR with image
which enables project_quota feature when there is no CONFIG_QUOTA
be set in kernel.

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