The patch titled eCryptfs: ino_t to u64 for filldir has been removed from the -mm tree. Its filename is vfs-make-filldir_t-and-struct-kstat-deal-in-64-bit-inode-numbers-ecryptfs.patch This patch was dropped because it was folded into ecryptfs-fs-makefile-and-fs-kconfig.patch ------------------------------------------------------ Subject: eCryptfs: ino_t to u64 for filldir From: Michael Halcrow <mhalcrow@xxxxxxxxxx> filldir()'s inode number is now type u64 instead of ino_t. Signed-off-by: Michael Halcrow <mhalcrow@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/ecryptfs/file.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN fs/ecryptfs/file.c~vfs-make-filldir_t-and-struct-kstat-deal-in-64-bit-inode-numbers-ecryptfs fs/ecryptfs/file.c --- a/fs/ecryptfs/file.c~vfs-make-filldir_t-and-struct-kstat-deal-in-64-bit-inode-numbers-ecryptfs +++ a/fs/ecryptfs/file.c @@ -135,7 +135,7 @@ struct ecryptfs_getdents_callback { /* Inspired by generic filldir in fs/readir.c */ static int ecryptfs_filldir(void *dirent, const char *name, int namelen, loff_t offset, - ino_t ino, unsigned int d_type) + u64 ino, unsigned int d_type) { struct ecryptfs_crypt_stat *crypt_stat; struct ecryptfs_getdents_callback *buf = _ Patches currently in -mm which might be from mhalcrow@xxxxxxxxxx are origin.patch ecryptfs-fs-makefile-and-fs-kconfig.patch vfs-make-filldir_t-and-struct-kstat-deal-in-64-bit-inode-numbers-ecryptfs.patch make-kmem_cache_destroy-return-void-ecryptfs.patch ecryptfs-inode-numbering-fixes.patch ecryptfs-versioning-fixes.patch ecryptfs-versioning-fixes-tidy.patch ecryptfs-grab-lock-on-lower_page-in-ecryptfs_sync_page.patch ecryptfs-enable-plaintext-passthrough.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