commit | a9083081b56800691e79d541638fd2fc6366db0f | [log] [tgz] |
---|---|---|
author | Michael Halcrow <mhalcrow@us.ibm.com> | Thu Nov 16 01:19:16 2006 -0800 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Thu Nov 16 11:43:37 2006 -0800 |
tree | 200817d262a0d0b82243a471e78b7ab31b4526d1 | |
parent | 3b9c10dc59eaaef23e5a47110c20fb554f7dba28 [diff] |
[PATCH] eCryptfs: dput() lower d_parent on rename On rename, for both the old and new lower dentry objects, eCryptfs is missing a dput on the lower parent directory dentry. This patch will prevent the BUG() at fs/dcache.c:613 from being hit after renaming a file inside eCryptfs and then doing a umount on the lower filesystem. Signed-off-by: Michael Halcrow <mhalcrow@us.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>