The patch titled ecryptfs-vs-streamline-generic_file_-interfaces-and-filemap fix has been added to the -mm tree. Its filename is ecryptfs-vs-streamline-generic_file_-interfaces-and-filemap-fix.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this From: Badari Pulavarty <pbadari@xxxxxxxxxx> Cc: Phillip Hellewell <phillip@xxxxxxxxxxxxxxxxxxxx> Cc: Michael Halcrow <mhalcrow@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/ecryptfs/file.c | 2 ++ 1 files changed, 2 insertions(+) diff -puN fs/ecryptfs/file.c~ecryptfs-vs-streamline-generic_file_-interfaces-and-filemap-fix fs/ecryptfs/file.c --- devel/fs/ecryptfs/file.c~ecryptfs-vs-streamline-generic_file_-interfaces-and-filemap-fix 2006-05-18 01:06:01.000000000 -0700 +++ devel-akpm/fs/ecryptfs/file.c 2006-05-18 01:06:01.000000000 -0700 @@ -590,7 +590,9 @@ const struct file_operations ecryptfs_di const struct file_operations ecryptfs_main_fops = { .llseek = ecryptfs_llseek, .read = ecryptfs_read_update_atime, + .aio_read = generic_file_aio_read, .write = do_sync_write, + .aio_write = generic_file_aio_write, .readdir = ecryptfs_readdir, .ioctl = ecryptfs_ioctl, .mmap = generic_file_mmap, _ Patches currently in -mm which might be from pbadari@xxxxxxxxxx are vectorize-aio_read-aio_write-methods.patch remove-readv-writev-methods-and-use-aio_read-aio_write.patch core-aio-changes-to-support-vectored-aio.patch streamline-generic_file_-interfaces-and-filemap.patch ext3-add-o-bh-option.patch ecryptfs-vs-streamline-generic_file_-interfaces-and-filemap.patch ecryptfs-vs-streamline-generic_file_-interfaces-and-filemap-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