[PATCH 09/16] page-flags: define PG_reserved behavior on compound pages

2015-09-24 Thread Kirill A. Shutemov
As far as I can see there's no users of PG_reserved on compound pages. Let's use PF_NO_COMPOUND here. Signed-off-by: Kirill A. Shutemov --- include/linux/page-flags.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/linux/page-flags.h b/include/linux/page-flags.h

[PATCH 09/16] page-flags: define PG_reserved behavior on compound pages

2015-09-24 Thread Kirill A. Shutemov
As far as I can see there's no users of PG_reserved on compound pages. Let's use PF_NO_COMPOUND here. Signed-off-by: Kirill A. Shutemov --- include/linux/page-flags.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[PATCH 09/16] page-flags: define PG_reserved behavior on compound pages

2015-03-19 Thread Kirill A. Shutemov
As far as I can see there's no users of PG_reserved on compound pages. Let's use NO_COMPOUND here. Signed-off-by: Kirill A. Shutemov --- include/linux/page-flags.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/linux/page-flags.h b/include/linux/page-flags.h index

[PATCH 09/16] page-flags: define PG_reserved behavior on compound pages

2015-03-19 Thread Kirill A. Shutemov
As far as I can see there's no users of PG_reserved on compound pages. Let's use NO_COMPOUND here. Signed-off-by: Kirill A. Shutemov kirill.shute...@linux.intel.com --- include/linux/page-flags.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/linux/page-flags.h