f2fs: avoid unneeded sync on quota file
authorChao Yu <yuchao0@huawei.com>
Mon, 7 Aug 2017 08:37:59 +0000 (16:37 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 15 Aug 2017 17:40:13 +0000 (10:40 -0700)
commit9a20d391cd099d547c0f17626bf6f13e06da519a
treea01af28421ad0670b3cfbc548f39d3b0fdd2cf26
parentd9872a698c393e0d1abca86bf05b62712cbfc581
f2fs: avoid unneeded sync on quota file

We only need to sync quota file with appointed quota type instead of all
types in f2fs_quota_{on,off}.

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