OSDN Git Service

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>
Thu, 21 Sep 2017 21:11:55 +0000 (14:11 -0700)
commit3f42e75b2df897eeaac4f5c8c38d2c072499753a
treef7ce90074c5836eafd9e1ab8f1d92cf544616cdf
parentbdf6e5ea9299f0893e3b304316941ae40a7a3897
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