The patch titled reiser4: export handle_ra_miss() to modules has been removed from the -mm tree. Its filename was reiser4-export-handle_ra_miss.patch This patch was dropped because it is obsolete ------------------------------------------------------ Subject: reiser4: export handle_ra_miss() to modules From: Hans Reiser <reiser@xxxxxxxxxxx> Reiser4 implements read without help of generic_file_read, but it uses handle_ra_miss(). So, this patch makes handle_ra_miss() EXPROT_SYMBOL. Future filesystems may find this patch useful as well. Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- mm/readahead.c | 1 + 1 file changed, 1 insertion(+) diff -puN mm/readahead.c~reiser4-export-handle_ra_miss mm/readahead.c --- a/mm/readahead.c~reiser4-export-handle_ra_miss +++ a/mm/readahead.c @@ -685,6 +685,7 @@ void handle_ra_miss(struct address_space ra->flags &= ~RA_FLAG_INCACHE; ra->cache_hit = 0; } +EXPORT_SYMBOL_GPL(handle_ra_miss); /* * Given a desired number of PAGE_CACHE_SIZE readahead pages, return a _ Patches currently in -mm which might be from reiser@xxxxxxxxxxx are reiser4-export-handle_ra_miss.patch reiser4-sb_sync_inodes.patch reiser4-export-remove_from_page_cache.patch reiser4-export-radix_tree_preload.patch reiser4.patch reiser4-reiser4_drop_page-dont-call-remove_from_page_cache.patch reiser4-fix-trivial-tyops-which-were-hard-to-hit.patch reiser4-run-truncate_inode_pages-in-reiser4_delete_inode.patch reiser4-bug-fixes.patch fs-reiser4-possible-cleanups.patch reiser4-rename-generic_sounding_globalspatch.patch reiser4-get-rid-of-semaphores-wherever-it-is-possible.patch reiser4-decribe-new-atom-locking-and-nested-atom-locks-to-lock-validator.patch reiser4-use-generic-file-read.patch reiser4-simplify-reading-of-partially-converted-files.patch reiser4-use-page_offset.patch reiser4-use-reiser4_gfp_mask_get-in-reiser4-inode-allocation.patch reiser4-re-add-page_count-check-to-reiser4_releasepage.patch reiser4-restore-fibmap-ioctl-support-for-packed-files.patch reiser4-possible-cleanups-2.patch reiser4-format-subversion-numbers-heir-set-and-file-conversion.patch reiser4-cleanups-in-lzo-compression-library.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