+4
−2
Loading
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>