From: Michael Halcrow Date: Thu, 16 Nov 2006 09:19:16 +0000 (-0800) Subject: [PATCH] eCryptfs: dput() lower d_parent on rename X-Git-Tag: v2.6.19~101 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9083081b56800691e79d541638fd2fc6366db0f;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed