]> git.baikalelectronics.ru Git - kernel.git/commit
mm: thp: __get_page_tail_foll() can use get_huge_page_tail()
authorOleg Nesterov <oleg@redhat.com>
Tue, 21 Jan 2014 23:49:02 +0000 (15:49 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 22 Jan 2014 00:19:43 +0000 (16:19 -0800)
commit824bd18f687f1cc267f51c888b21c415ef7658b9
tree31b5ad2a079ad30901377c95d50cf62ef85f8ddf
parent9883c010314e1ac9d40a9b6d67883bf366a86e5a
mm: thp: __get_page_tail_foll() can use get_huge_page_tail()

Cleanup. Change __get_page_tail_foll() to use get_huge_page_tail()
to avoid the code duplication.

Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Dave Jones <davej@redhat.com>
Cc: Darren Hart <dvhart@linux.intel.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Mel Gorman <mgorman@suse.de>
Acked-by: Andrea Arcangeli <aarcange@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/internal.h