The patch titled mm: remove unused macro VM_MIN_READAHEAD has been added to the -mm tree. Its filename is remove-unused-macro-vm_min_readahead.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this 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 -- 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