f2fs: avoid abnormal behavior on broken symlink
authorJaegeuk Kim <jaegeuk@kernel.org>
Wed, 15 Apr 2015 20:49:55 +0000 (13:49 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 16 Apr 2015 16:45:40 +0000 (09:45 -0700)
commitfeb7cbb079e63ebb7c0bd7022d2ba9c1dd15c69b
tree279b5dcd63730d042ef2cda231d115f703fa14e9
parentd0cae97cb600d84a7e00df6f83ab3b2f60d8d7f7
f2fs: avoid abnormal behavior on broken symlink

When f2fs_symlink was triggered and checkpoint was done before syncing its
link path, f2fs can get broken symlink like "xxx -> \0\0\0".
This incurs abnormal path_walk by VFS.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/namei.c
This page took 0.026458 seconds and 5 git commands to generate.