projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89ff600
)
f2fs: remove writeback_inodes_sb in f2fs_remount
author
Liu Song
<liu.song11@zte.com.cn>
Wed, 18 Nov 2020 14:01:04 +0000
(22:01 +0800)
committer
Jaegeuk Kim
<jaegeuk@kernel.org>
Thu, 3 Dec 2020 06:00:20 +0000
(22:00 -0800)
Since sync_inodes_sb has been used, there is no need to
use writeback_inodes_sb, so remove it.
Signed-off-by: Liu Song <liu.song11@zte.com.cn>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/super.c
patch
|
blob
|
history
diff --git
a/fs/f2fs/super.c
b/fs/f2fs/super.c
index fef22e476c526aaa06f044565ea3b2539ba21fc6..0ec292d7fcdb7e11bb103d0bb6ee136804c95cd3 100644
(file)
--- a/
fs/f2fs/super.c
+++ b/
fs/f2fs/super.c
@@
-1904,7
+1904,6
@@
static int f2fs_remount(struct super_block *sb, int *flags, char *data)
if (*flags & SB_RDONLY ||
F2FS_OPTION(sbi).whint_mode != org_mount_opt.whint_mode) {
- writeback_inodes_sb(sb, WB_REASON_SYNC);
sync_inodes_sb(sb);
set_sbi_flag(sbi, SBI_IS_DIRTY);