mm: differentiate page_mapped() from page_mapcount() for compound pages
Let's define page_mapped() to be true for compound pages if any sub-pages of the compound page is mapped (with PMD or PTE). On other hand page_mapcount() return mapcount for this particular small page. This will make cases like page_get_anon_vma() behave correctly once we allow huge pages to be mapped with PTE. Most users outside core-mm should use page_mapcount() instead of page_mapped(). Signed-off-by:Kirill A. Shutemov <kirill.shutemov@linux.intel.com> Tested-by:
Sasha Levin <sasha.levin@oracle.com> Tested-by:
Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Acked-by:
Jerome Marchand <jmarchan@redhat.com> Cc: Vlastimil Babka <vbabka@suse.cz> Cc: Andrea Arcangeli <aarcange@redhat.com> Cc: Hugh Dickins <hughd@google.com> Cc: Dave Hansen <dave.hansen@intel.com> Cc: Mel Gorman <mgorman@suse.de> Cc: Rik van Riel <riel@redhat.com> Cc: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com> Cc: Steve Capper <steve.capper@linaro.org> Cc: Johannes Weiner <hannes@cmpxchg.org> Cc: Michal Hocko <mhocko@suse.cz> Cc: Christoph Lameter <cl@linux.com> Cc: David Rientjes <rientjes@google.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
Showing
- arch/arc/mm/cache.c 2 additions, 2 deletionsarch/arc/mm/cache.c
- arch/arm/mm/flush.c 1 addition, 1 deletionarch/arm/mm/flush.c
- arch/mips/mm/c-r4k.c 2 additions, 1 deletionarch/mips/mm/c-r4k.c
- arch/mips/mm/cache.c 1 addition, 1 deletionarch/mips/mm/cache.c
- arch/mips/mm/init.c 3 additions, 3 deletionsarch/mips/mm/init.c
- arch/sh/mm/cache-sh4.c 1 addition, 1 deletionarch/sh/mm/cache-sh4.c
- arch/sh/mm/cache.c 4 additions, 4 deletionsarch/sh/mm/cache.c
- arch/xtensa/mm/tlb.c 1 addition, 1 deletionarch/xtensa/mm/tlb.c
- fs/proc/page.c 2 additions, 2 deletionsfs/proc/page.c
- include/linux/mm.h 13 additions, 2 deletionsinclude/linux/mm.h
- mm/filemap.c 1 addition, 1 deletionmm/filemap.c
Loading
Please register or sign in to comment