mm/gup.c: use is_vm_hugetlb_page() to check whether to follow huge
authorWei Yang <richardw.yang@linux.intel.com>
Fri, 31 Jan 2020 06:12:14 +0000 (22:12 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 31 Jan 2020 18:30:37 +0000 (10:30 -0800)
commitbe9d30458913f70bed1801abb5ee6f7b7d6f4b19
tree95d00ac56458cad1163dbff087e632e4df09e21a
parent15494520b776aa2eadc3e2fefae524764cab9cea
mm/gup.c: use is_vm_hugetlb_page() to check whether to follow huge

No functional change, just leverage the helper function to improve
readability as others.

Link: http://lkml.kernel.org/r/20200113070322.26627-1-richardw.yang@linux.intel.com
Signed-off-by: Wei Yang <richardw.yang@linux.intel.com>
Acked-by: Vlastimil Babka <vbabka@suse.cz>
Acked-by: David Rientjes <rientjes@google.com>
Reviewed-by: Ralph Campbell <rcampbell@nvidia.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/gup.c