[PATCH 14/16] page-flags: define PG_uptodate behavior on compound pages

2015-09-24 Thread Kirill A. Shutemov
We use PG_uptodate on head pages on transparent huge page. Let's use PF_NO_TAIL. Signed-off-by: Kirill A. Shutemov --- include/linux/page-flags.h | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/include/linux/page-flags.h b/include/linux/page-flags.h index

[PATCH 14/16] page-flags: define PG_uptodate behavior on compound pages

2015-09-24 Thread Kirill A. Shutemov
We use PG_uptodate on head pages on transparent huge page. Let's use PF_NO_TAIL. Signed-off-by: Kirill A. Shutemov --- include/linux/page-flags.h | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/include/linux/page-flags.h

[PATCH 14/16] page-flags: define PG_uptodate behavior on compound pages

2015-03-19 Thread Kirill A. Shutemov
We use PG_uptodate on head pages on transparent huge page. Let's use NO_TAIL. Signed-off-by: Kirill A. Shutemov --- include/linux/page-flags.h | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/include/linux/page-flags.h b/include/linux/page-flags.h index

[PATCH 14/16] page-flags: define PG_uptodate behavior on compound pages

2015-03-19 Thread Kirill A. Shutemov
We use PG_uptodate on head pages on transparent huge page. Let's use NO_TAIL. Signed-off-by: Kirill A. Shutemov kirill.shute...@linux.intel.com --- include/linux/page-flags.h | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/include/linux/page-flags.h