]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm-hugetlbfs-fix-rmapping-for-anonymous-hugepages-with-page_pgoff-v3
authorNaoya Horiguchi <n-horiguchi@ah.jp.nec.com>
Thu, 26 Jun 2014 00:42:35 +0000 (10:42 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 26 Jun 2014 00:42:35 +0000 (10:42 +1000)
commit6bbeb810e2b5a84e5d2d67607434cac7b7345eb7
tree3111178ab6e7bc9d8908ff3d867c1bfd6f03b10c
parent64a6bb27dfeb655d91a069f85264c9f376aab9ad
mm-hugetlbfs-fix-rmapping-for-anonymous-hugepages-with-page_pgoff-v3

- add comment on page_size_order()
- use compound_order(compound_head(page)) instead of huge_page_size_order()
- use page_pgoff() in rmap_walk_file() too
- use page_size_order() in kill_proc()
- fix space indent

Signed-off-by: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
Cc: Sasha Levin <sasha.levin@oracle.com>
Cc: Rik van Riel <riel@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/hugetlb_inline.h
include/linux/pagemap.h
mm/hugetlb.c
mm/memory-failure.c
mm/rmap.c