]> git.baikalelectronics.ru Git - kernel.git/commit
userfaultfd: use vma_pagesize for all huge page size calculation
authorWei Yang <richardw.yang@linux.intel.com>
Sun, 1 Dec 2019 01:57:49 +0000 (17:57 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 1 Dec 2019 20:59:09 +0000 (12:59 -0800)
commitb1019e4ac2afdc6781047f6d9cc5b47a6ce57d5e
tree57d45d34e514c0118c3241afdb6ceb4668b74287
parentfa13e8db3ff34756546d1b2ae416f3042d6740a8
userfaultfd: use vma_pagesize for all huge page size calculation

In __mcopy_atomic_hugetlb() we use two variables to deal with huge page
size: vma_hpagesize and huge_page_size.

Since they are the same, it is not necessary to use two different
mechanism. This patch makes it consistent by all using vma_hpagesize.

Link: http://lkml.kernel.org/r/20190927070032.2129-1-richardw.yang@linux.intel.com
Signed-off-by: Wei Yang <richardw.yang@linux.intel.com>
Reviewed-by: Mike Kravetz <mike.kravetz@oracle.com>
Cc: Andrea Arcangeli <aarcange@redhat.com>
Cc: Hugh Dickins <hughd@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/userfaultfd.c