On Fri, Aug 30, 2013 at 10:42:54AM +0200, Krzysztof Kozlowski wrote: > Currently zbud pages do not have any flags set so it is not possible to > identify them during migration or compaction. > > Implement PageZbud() by comparing page->_mapcount to -127 to distinguish > pages allocated by zbud. Just like PageBuddy() is implemented. > > Signed-off-by: Krzysztof Kozlowski <k.kozlowski@xxxxxxxxxxx> Reviewed-by: Seth Jennings <sjenning@xxxxxxxxxxxxxxxxxx> > --- > include/linux/mm.h | 23 +++++++++++++++++++++++ > mm/zbud.c | 4 ++++ > 2 files changed, 27 insertions(+) -- 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>