The patch titled reiser4: use do_sync_read() instead of generic_file_read() has been removed from the -mm tree. Its filename was reiser4-vs-streamline-generic_file_-interfaces-and-filemap-fix.patch This patch was dropped because it was folded into reiser4.patch ------------------------------------------------------ Subject: reiser4: use do_sync_read() instead of generic_file_read() From: Edward Shishkin <edward@xxxxxxxxxxx> Signed-off-by: Edward Shishkin <edward@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/reiser4/plugin/object.c | 1 + 1 files changed, 1 insertion(+) diff -puN fs/reiser4/plugin/object.c~reiser4-vs-streamline-generic_file_-interfaces-and-filemap-fix fs/reiser4/plugin/object.c --- a/fs/reiser4/plugin/object.c~reiser4-vs-streamline-generic_file_-interfaces-and-filemap-fix +++ a/fs/reiser4/plugin/object.c @@ -305,6 +305,7 @@ file_plugin file_plugins[LAST_FILE_PLUGI .llseek = generic_file_llseek, .read = read_cryptcompress, .write = write_cryptcompress, + .aio_read = generic_file_aio_read, .mmap = mmap_cryptcompress, .release = release_cryptcompress, .fsync = sync_common, _ Patches currently in -mm which might be from edward@xxxxxxxxxxx are reiser4.patch reiser4-vs-streamline-generic_file_-interfaces-and-filemap-fix.patch reiser4-rename-generic_sounding_globalspatch.patch reiser4-use-generic-file-read-fix-readpages-unix-file.patch reiser4-format-subversion-numbers-heir-set-and-file-conversion.patch reiser4-format-subversion-numbers-heir-set-and-file-conversion-fix-readpages-cryptcompress.patch reiser4-cleanups-in-lzo-compression-library.patch reiser4-get-rid-of-deprecated-crypto-api.patch reiser4-get-rid-of-deprecated-crypto-api-build-fix.patch reiser4-fix-missed-unlock-and-exit_context.patch reiser4-use-list_head-instead-of-struct-blocknr.patch reiser4-use-list_empty-instead-of-list_empty_careful-for.patch reiser4-update-comments-fix-write-and-truncate-cryptcompress.patch reiser4-temp-fix.patch reiser4-fix-write_extent-1.patch fs-reiser4-possible-cleanups-2.patch fs-reiser4-more-possible-cleanups.patch reiser4-use-null-for-pointers.patch reiser4-test_clear_page_dirty.patch reiser4-fix-readpage_cryptcompress.patch reiser4-improve-estimation-for-number-of-nodes-occupied.patch reiser4-drop-check_cryptcompress.patch reiser4-drop-unused-semaphores.patch reiser4-use-dynamic-lattice-for-adaptive-compression.patch reiser4-fix-freeze-and-corruption.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