The patch titled mm: remove unused macro VM_MIN_READAHEAD has been removed from the -mm tree. Its filename was remove-unused-macro-vm_min_readahead.patch This patch was dropped because it was nacked The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: mm: remove unused macro VM_MIN_READAHEAD From: Nikanth Karthikesan <knikanth@xxxxxxx> Signed-off-by: Nikanth Karthikesan <knikanth@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/mm.h | 1 - 1 file changed, 1 deletion(-) diff -puN include/linux/mm.h~remove-unused-macro-vm_min_readahead include/linux/mm.h --- a/include/linux/mm.h~remove-unused-macro-vm_min_readahead +++ a/include/linux/mm.h @@ -1289,7 +1289,6 @@ void task_dirty_inc(struct task_struct * /* readahead.c */ #define VM_MAX_READAHEAD 128 /* kbytes */ -#define VM_MIN_READAHEAD 16 /* kbytes (includes current page) */ int force_page_cache_readahead(struct address_space *mapping, struct file *filp, pgoff_t offset, unsigned long nr_to_read); _ Patches currently in -mm which might be from knikanth@xxxxxxx are linux-next.patch remove-unused-macro-vm_min_readahead.patch sysctl-remove-references-to-ctl_unnumbered-which-has-been-removed.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