Searched hist:"44 c16156512f33c81e382a1e1df9524e26a7026a" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | namei.c | diff 44c16156512f33c81e382a1e1df9524e26a7026a Thu Sep 25 13:55:53 CDT 2014 Jaegeuk Kim <jaegeuk@kernel.org> f2fs: call f2fs_unlock_op after error was handled
This patch relocates f2fs_unlock_op in every directory operations to be called after any error was processed. Otherwise, the checkpoint can be entered with valid node ids without its dentry when -ENOSPC is occurred.
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | inode.c | diff 44c16156512f33c81e382a1e1df9524e26a7026a Thu Sep 25 13:55:53 CDT 2014 Jaegeuk Kim <jaegeuk@kernel.org> f2fs: call f2fs_unlock_op after error was handled
This patch relocates f2fs_unlock_op in every directory operations to be called after any error was processed. Otherwise, the checkpoint can be entered with valid node ids without its dentry when -ENOSPC is occurred.
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | f2fs.h | diff 44c16156512f33c81e382a1e1df9524e26a7026a Thu Sep 25 13:55:53 CDT 2014 Jaegeuk Kim <jaegeuk@kernel.org> f2fs: call f2fs_unlock_op after error was handled
This patch relocates f2fs_unlock_op in every directory operations to be called after any error was processed. Otherwise, the checkpoint can be entered with valid node ids without its dentry when -ENOSPC is occurred.
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|