]> 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, 22 May 2014 00:42:39 +0000 (10:42 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 22 May 2014 00:42:39 +0000 (10:42 +1000)
commitb0ae7bd9ba66b53f7838566c61410d7bfd605e60
tree3ce207b8f9195e271c399a9f7c187dc371ee658e
parenta43bdcf5a437f74bd4db3322adfb1ad18aca31b3
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