In do_read_inode, if we failed __recover_inline_status, the inode has inline
flag without increasing its count.
Later, f2fs_evict_inode will decrease the count, which causes -1.
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
__get_inode_rdev(inode, ri);
f2fs_put_page(node_page, 1);
+
+ stat_inc_inline_inode(inode);
+ stat_inc_inline_dir(inode);
+
return err;
}
goto bad_inode;
}
unlock_new_inode(inode);
- stat_inc_inline_inode(inode);
- stat_inc_inline_dir(inode);
trace_f2fs_iget(inode);
return inode;