The patch titled Subject: include/linux/mmzone.h: remove unused is_unevictable_lru() has been added to the -mm tree. Its filename is mm-lru-remove-unused-is_unevictable_lru-function.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-lru-remove-unused-is_unevictable_lru-function.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-lru-remove-unused-is_unevictable_lru-function.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 *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Yaowei Bai <baiyaowei@xxxxxxxxxxxxxxxxxxxx> Subject: include/linux/mmzone.h: remove unused is_unevictable_lru() Since commit a0b8cab3 ("mm: remove lru parameter from __pagevec_lru_add and remove parts of pagevec API") there's no user of this function anymore, so remove it. Signed-off-by: Yaowei Bai <baiyaowei@xxxxxxxxxxxxxxxxxxxx> Acked-by: Michal Hocko <mhocko@xxxxxxxx> Acked-by: Hillf Danton <hillf.zj@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/mmzone.h | 5 ----- 1 file changed, 5 deletions(-) diff -puN include/linux/mmzone.h~mm-lru-remove-unused-is_unevictable_lru-function include/linux/mmzone.h --- a/include/linux/mmzone.h~mm-lru-remove-unused-is_unevictable_lru-function +++ a/include/linux/mmzone.h @@ -195,11 +195,6 @@ static inline int is_active_lru(enum lru return (lru == LRU_ACTIVE_ANON || lru == LRU_ACTIVE_FILE); } -static inline int is_unevictable_lru(enum lru_list lru) -{ - return (lru == LRU_UNEVICTABLE); -} - struct zone_reclaim_stat { /* * The pageout code in vmscan.c keeps track of how many of the _ Patches currently in -mm which might be from baiyaowei@xxxxxxxxxxxxxxxxxxxx are mm-hugetlb-is_file_hugepages-can-be-boolean.patch mm-memblock-memblock_is_memory-reserved-can-be-boolean.patch mm-lru-remove-unused-is_unevictable_lru-function.patch fs-statc-drop-the-last-new_valid_dev-check.patch include-linux-kdev_th-remove-new_valid_dev.patch ipc-shm-is_file_shm_hugepages-can-be-boolean.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