The patch titled ecryptfs: makefile has been removed from the -mm tree. Its filename is ecryptfs-makefile.patch This patch was dropped because it was folded into ecryptfs-fs-makefile-and-fs-kconfig.patch ------------------------------------------------------ Subject: ecryptfs: makefile From: Phillip Hellewell <phillip@xxxxxxxxxxxxxxxxxxxx> Makefile for eCryptfs. Signed-off-by: Phillip Hellewell <phillip@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Michael Halcrow <mhalcrow@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/ecryptfs/Makefile | 7 +++++++ 1 files changed, 7 insertions(+) diff -puN /dev/null fs/ecryptfs/Makefile --- /dev/null Thu Apr 11 07:25:15 2002 +++ 25-akpm/fs/ecryptfs/Makefile Fri May 26 13:47:47 2006 @@ -0,0 +1,7 @@ +# +# Makefile for the Linux 2.6 eCryptfs +# + +obj-$(CONFIG_ECRYPT_FS) += ecryptfs.o + +ecryptfs-objs := dentry.o file.o inode.o main.o super.o mmap.o crypto.o keystore.o debug.o _ Patches currently in -mm which might be from phillip@xxxxxxxxxxxxxxxxxxxx are ecryptfs-fs-makefile-and-fs-kconfig.patch ecryptfs-makefile.patch ecryptfs-main-module-functions.patch ecryptfs-header-declarations.patch ecryptfs-superblock-operations.patch ecryptfs-dentry-operations.patch ecryptfs-file-operations.patch ecryptfs-inode-operations.patch ecryptfs-mmap-operations.patch ecryptfs-keystore.patch ecryptfs-crypto-functions.patch ecryptfs-debug-functions.patch ecryptfs-alpha-build-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html