aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/checkpoint.c
diff options
context:
space:
mode:
authorJaegeuk Kim <jaegeuk@kernel.org>2016-09-23 11:29:00 -0700
committerJaegeuk Kim <jaegeuk@kernel.org>2016-09-30 17:34:29 -0700
commitbb5dada7d24778c6a315ded220ade20068305050 (patch)
tree656bc8d18b26858f4b7e3ab12830bbb2ac7a4659 /fs/f2fs/checkpoint.c
parentf2fs: do not unnecessarily null-terminate encrypted symlink data (diff)
downloadlinux-dev-bb5dada7d24778c6a315ded220ade20068305050.tar.xz
linux-dev-bb5dada7d24778c6a315ded220ade20068305050.zip
f2fs: remove dirty inode pages in error path
When getting EIO while handling orphan inodes, we can get some dirty node pages. Then, f2fs_write_node_pages() called by iput(node_inode) will try to flush node pages. But in this case, we should prevent to do that, since we will try again from the start. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/f2fs/checkpoint.c')
0 files changed, 0 insertions, 0 deletions