The following series is a few follow-up patches left over from NUMA balancing. The three three patches are tiny fixes. Patches 4 and 5 fold page->_last_nid into page->flags and is entirely based on work from Peter Zijlstra. The final patch is a cleanup by Hugh Dickins that he had marked as a prototype but on examination and testing I could not find any problems with it (famous last words). include/linux/mm.h | 73 ++++++++++++--------------- include/linux/mm_types.h | 9 ++-- include/linux/mmzone.h | 22 +-------- include/linux/page-flags-layout.h | 88 +++++++++++++++++++++++++++++++++ include/linux/vmstat.h | 2 +- mm/huge_memory.c | 28 ++++------- mm/memory.c | 4 ++ mm/migrate.c | 99 +++++++++++++++++-------------------- 8 files changed, 186 insertions(+), 139 deletions(-) create mode 100644 include/linux/page-flags-layout.h -- 1.7.9.2 -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>