The patch titled reiser4: use do_sync_read() instead of generic_file_read() has been added to the -mm tree. Its filename is reiser4-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 ------------------------------------------------------ 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 file 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-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