]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
f2fs: avoid redundant f2fs_flush after remount
authorYunlong Song <yunlong.song@huawei.com>
Sat, 24 Jun 2017 07:57:19 +0000 (15:57 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 7 Jul 2017 17:34:41 +0000 (10:34 -0700)
commitd871cd046f1a5ae816c836cf114d57288bcb00b2
tree8b1bafba835cea9806125652861d86955d257f78
parent0cc091d0c8c34092c471fb5ae7335d075d08c324
f2fs: avoid redundant f2fs_flush after remount

create_flush_cmd_control will create redundant issue_flush_thread after each
remount with flush_merge option.

Signed-off-by: Yunlong Song <yunlong.song@huawei.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/segment.c