Loading fs/f2fs/inode.c +1 −1 Original line number Diff line number Diff line Loading @@ -698,7 +698,7 @@ int f2fs_write_inode(struct inode *inode, struct writeback_control *wbc) /* * We need to balance fs here to prevent from producing dirty node pages * during the urgent cleaning time when runing out of free sections. * during the urgent cleaning time when running out of free sections. */ f2fs_update_inode_page(inode); if (wbc && wbc->nr_to_write) Loading Loading
fs/f2fs/inode.c +1 −1 Original line number Diff line number Diff line Loading @@ -698,7 +698,7 @@ int f2fs_write_inode(struct inode *inode, struct writeback_control *wbc) /* * We need to balance fs here to prevent from producing dirty node pages * during the urgent cleaning time when runing out of free sections. * during the urgent cleaning time when running out of free sections. */ f2fs_update_inode_page(inode); if (wbc && wbc->nr_to_write) Loading