]> git.baikalelectronics.ru Git - kernel.git/commit
mm: thp: turn compound_head() into BUG_ON(!PageTail) in get_huge_page_tail()
authorOleg Nesterov <oleg@redhat.com>
Tue, 21 Jan 2014 23:49:04 +0000 (15:49 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 22 Jan 2014 00:19:43 +0000 (16:19 -0800)
commitfad8352b996d7b6e3547c300a3ae5b7764d35351
treec1455aa3d758ea5ebb5879f655b4e7ddf4079d94
parentdadbc7405b6e7482520d6bd8020b74059d2899ca
mm: thp: turn compound_head() into BUG_ON(!PageTail) in get_huge_page_tail()

get_huge_page_tail()->compound_head() looks confusing.  Every caller
must check PageTail(page), otherwise atomic_inc(&page->_mapcount) is
simply wrong if this page is compound-trans-head.

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>
include/linux/mm.h