Re: [Ecryptfs-devel] dput before mntput

2008-03-16 Thread Rajouri Jammu
Any ideas? Isn't this a bug? On Tue, Mar 11, 2008 at 10:14 PM, Rajouri Jammu <[EMAIL PROTECTED]> wrote: > Hi, > > I was just looking through ecryptfs code and found this in > ecryptfs_d_release() in dentry.c > > mntput(ecryptfs_dentry_to_lower_mnt(dentry)); > dput(ecryptfs_dentry_to_lower(dentry

[Ecryptfs-devel] dput before mntput

2008-03-11 Thread Rajouri Jammu
Hi, I was just looking through ecryptfs code and found this in ecryptfs_d_release() in dentry.c mntput(ecryptfs_dentry_to_lower_mnt(dentry)); dput(ecryptfs_dentry_to_lower(dentry)); Shouldn't the dput be before mntput? - Thi