diff options
author | Michael Halcrow <mhalcrow@us.ibm.com> | 2007-02-28 20:12:57 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-03-01 14:53:38 -0800 |
commit | 65dc8145711d1c20aecbb1a8a4a518f7c68611b8 (patch) | |
tree | c3b24591f88ec9ef5b5b10a767b1cdb9500a5668 /Documentation | |
parent | 1ed6d896de3a57bdfb38cffaa748612f112c2a75 (diff) |
[PATCH] eCryptfs: no path_release() after path_lookup() error
Dmitriy Monakhov wrote:
> if path_lookup() return non zero code we don't have to worry about
> 'nd' parameter, but ecryptfs_read_super does path_release(&nd) after
> path_lookup has failed, and dentry counter becomes negative
Do not do a path_release after a path_lookup error.
Signed-off-by: Michael Halcrow <mhalcrow@us.ibm.com>
Cc: Dmitriy Monakhov <dmonakhov@openvz.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions