linux-stable/fs/ecryptfs
Michael Halcrow a9083081b5 [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>
2006-11-16 11:43:37 -08:00
..
Makefile [PATCH] ecryptfs: fs/Makefile and fs/Kconfig 2006-10-04 07:55:24 -07:00
crypto.c [PATCH] eCryptfs: Fix pointer deref 2006-11-03 12:27:55 -08:00
debug.c [PATCH] ecryptfs: fs/Makefile and fs/Kconfig 2006-10-04 07:55:24 -07:00
dentry.c [PATCH] eCryptfs: Fix handling of lower d_count 2006-10-31 08:07:01 -08:00
ecryptfs_kernel.h [PATCH] eCryptfs: Consolidate lower dentry_open's 2006-10-31 08:07:01 -08:00
file.c [PATCH] eCryptfs: Consolidate lower dentry_open's 2006-10-31 08:07:01 -08:00
inode.c [PATCH] eCryptfs: dput() lower d_parent on rename 2006-11-16 11:43:37 -08:00
keystore.c [PATCH] eCryptfs: Cipher code to new crypto API 2006-10-31 08:07:01 -08:00
main.c [PATCH] eCryptfs: Cipher code to new crypto API 2006-10-31 08:07:01 -08:00
mmap.c [PATCH] ecryptfs: fs/Makefile and fs/Kconfig 2006-10-04 07:55:24 -07:00
super.c [PATCH] eCryptfs: Remove ecryptfs_umount_begin 2006-10-31 08:07:01 -08:00