commit | 3bc8414b079ec372485c99ed1f33c6c42ca9d756 | [log] [tgz] |
---|---|---|
author | Suzuki <suzuki@In.ibm.com> | Tue Feb 07 12:58:36 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Feb 07 16:12:32 2006 -0800 |
tree | bdb939f8ef5ad746ac61948c8476683c9e83334f | |
parent | c00a76aea339b427b47ddc28de06dee0a652e801 [diff] |
[PATCH] Fix do_path_lookup() to add the check for error in link_path_walk() Fix do_path_lookup() to avoid accessing invalid dentry or inode when the link_path_walk() has failed. This should fix Bugme #5897. Signed-off-by: Suzuki K P <suzuki@in.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>