[PATCH 08/16] page-flags: define behavior of Xen-related flags on compound pages

2015-09-24 Thread Kirill A. Shutemov
PG_pinned and PG_savepinned are about page table's pages which are never compound. I'm not so sure about PG_foreign, but it seems we shouldn't see compound pages there too. Let's use PF_NO_COMPOUND for all of them. Signed-off-by: Kirill A. Shutemov --- include/linux/page-flags.h | 10 +++--

[PATCH 08/16] page-flags: define behavior of Xen-related flags on compound pages

2015-03-19 Thread Kirill A. Shutemov
PG_pinned and PG_savepinned are about page table's pages which are never compound. I'm not so sure about PG_foreign, but it seems we shouldn't see compound pages there too. Let's use NO_COMPOUND for all of them. Signed-off-by: Kirill A. Shutemov --- include/linux/page-flags.h | 9 ++--- 1