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 33fa6d506d94..43ce16422b75 100644
--- a/fs/f2fs/node.c
+++ b/fs/f2fs/node.c
@@ -1135,7 +1135,7 @@ static int f2fs_write_node_pages(struct address_space *mapping,
1135 1135
1136 /* First check balancing cached NAT entries */ 1136 /* First check balancing cached NAT entries */
1137 if (try_to_free_nats(sbi, NAT_ENTRY_PER_BLOCK)) { 1137 if (try_to_free_nats(sbi, NAT_ENTRY_PER_BLOCK)) {
1138 write_checkpoint(sbi, false, false); 1138 write_checkpoint(sbi, false);
1139 return 0; 1139 return 0;
1140 } 1140 }
1141 1141