The patch titled ecryptfs-do-not-try-to-open-device-files-on-mknod.patch build error has been removed from the -mm tree. Its filename was ecryptfs-do-not-try-to-open-device-files-on-mknodpatch-build-error.patch This patch was dropped because it was folded into ecryptfs-do-not-try-to-open-device-files-on-mknod.patch The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: ecryptfs-do-not-try-to-open-device-files-on-mknod.patch build error From: Valdis.Kletnieks@xxxxxx causes a build error: CC [M] fs/ecryptfs/file.o fs/ecryptfs/file.c: In function ecryptfs_open: fs/ecryptfs/file.c:207: error: implicit declaration of function ecryptfs_initersistent_file Here's what I did to work around it: Cc: Michael Halcrow <mhalcrow@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/ecryptfs/ecryptfs_kernel.h | 1 + 1 file changed, 1 insertion(+) diff -puN fs/ecryptfs/ecryptfs_kernel.h~ecryptfs-do-not-try-to-open-device-files-on-mknodpatch-build-error fs/ecryptfs/ecryptfs_kernel.h --- a/fs/ecryptfs/ecryptfs_kernel.h~ecryptfs-do-not-try-to-open-device-files-on-mknodpatch-build-error +++ a/fs/ecryptfs/ecryptfs_kernel.h @@ -712,5 +712,6 @@ void ecryptfs_destroy_kthread(void); int ecryptfs_privileged_open(struct file **lower_file, struct dentry *lower_dentry, struct vfsmount *lower_mnt); +int ecryptfs_init_persistent_file(struct dentry *ecryptfs_dentry); #endif /* #ifndef ECRYPTFS_KERNEL_H */ _ Patches currently in -mm which might be from mhalcrow@xxxxxxxxxx are ecryptfs-privileged-kthread-for-lower-file-opens.patch ecryptfs-discard-ecryptfsd-registration-messages-in-miscdev.patch ecryptfs-propagate-key-errors-up-at-mount-time.patch ecryptfs-string-copy-cleanup.patch ecryptfs-cryptoc-use-unaligned-byteorder-helpers.patch ecryptfs-inodec-mmapc-use-unaligned-byteorder-helpers.patch ecryptfs-do-not-try-to-open-device-files-on-mknod.patch ecryptfs-do-not-try-to-open-device-files-on-mknodpatch-build-error.patch ecryptfs-make-all-persistent-file-opens-delayed.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