aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/recovery.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/f2fs/recovery.c')
-rw-r--r--fs/f2fs/recovery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/recovery.c b/fs/f2fs/recovery.c
index f42e4060b399..e2a3e1a8eae9 100644
--- a/fs/f2fs/recovery.c
+++ b/fs/f2fs/recovery.c
@@ -226,7 +226,7 @@ static void check_index_in_prev_nodes(struct f2fs_sb_info *sbi,
226 f2fs_put_page(node_page, 1); 226 f2fs_put_page(node_page, 1);
227 227
228 /* Deallocate previous index in the node page */ 228 /* Deallocate previous index in the node page */
229 inode = f2fs_iget_nowait(sbi->sb, ino); 229 inode = f2fs_iget(sbi->sb, ino);
230 if (IS_ERR(inode)) 230 if (IS_ERR(inode))
231 return; 231 return;
232 232