Re: [PATCH] ecryptfs ecryptfs_read_super path_lookup errh fix

2007-02-19 Thread Dmitriy Monakhov
Dmitriy Monakhov <[EMAIL PROTECTED]> writes: > if path_lookup() return non zero code we don't have to worry about 'nd' > parameter, but ecryptfs_read_super does path_release() after path_lookup > has failed, and dentry counter becomes negative :) , this result in folowing > BUG > >

[PATCH] ecryptfs ecryptfs_read_super path_lookup errh fix

2007-02-19 Thread Dmitriy Monakhov
if path_lookup() return non zero code we don't have to worry about 'nd' parameter, but ecryptfs_read_super does path_release() after path_lookup has failed, and dentry counter becomes negative :) , this result in folowing BUG ecryptfs_read_super: path_lookup() failed BUG: Dentry

[PATCH] ecryptfs ecryptfs_read_super path_lookup errh fix

2007-02-19 Thread Dmitriy Monakhov
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 :) , this result in folowing BUG ecryptfs_read_super: path_lookup() failed BUG: Dentry

Re: [PATCH] ecryptfs ecryptfs_read_super path_lookup errh fix

2007-02-19 Thread Dmitriy Monakhov
Dmitriy Monakhov [EMAIL PROTECTED] writes: 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 :) , this result in folowing BUG