aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/node.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/f2fs/node.c')
-rw-r--r--fs/f2fs/node.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/node.c b/fs/f2fs/node.c
index b8c9301db52c..226a05a27e33 100644
--- a/fs/f2fs/node.c
+++ b/fs/f2fs/node.c
@@ -1196,7 +1196,7 @@ static int f2fs_write_node_page(struct page *page,
1196 struct node_info ni; 1196 struct node_info ni;
1197 struct f2fs_io_info fio = { 1197 struct f2fs_io_info fio = {
1198 .type = NODE, 1198 .type = NODE,
1199 .rw = (wbc->sync_mode == WB_SYNC_ALL) ? WRITE_SYNC: WRITE, 1199 .rw = (wbc->sync_mode == WB_SYNC_ALL) ? WRITE_SYNC : WRITE,
1200 }; 1200 };
1201 1201
1202 if (unlikely(sbi->por_doing)) 1202 if (unlikely(sbi->por_doing))