]> git.baikalelectronics.ru Git - kernel.git/commit
mm: gup: remove FOLL_SPLIT
authorYang Shi <shy828301@gmail.com>
Fri, 30 Apr 2021 05:55:56 +0000 (22:55 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 30 Apr 2021 18:20:37 +0000 (11:20 -0700)
commit3584e62c928a2682284e0fdaf5d8fc7494a4e82d
treec321643fffb89bbecd3bedc41644a5bb37bf3e13
parent937b8e161313a5bae815f9d6b83624bb29bc032a
mm: gup: remove FOLL_SPLIT

Since commit 45cd613d4542 ("uprobe: use FOLL_SPLIT_PMD instead of
FOLL_SPLIT") and commit 178ada3ec34d ("s390/gmap: improve THP splitting")
FOLL_SPLIT has not been used anymore.  Remove the dead code.

Link: https://lkml.kernel.org/r/20210330203900.9222-1-shy828301@gmail.com
Signed-off-by: Yang Shi <shy828301@gmail.com>
Reviewed-by: John Hubbard <jhubbard@nvidia.com>
Reviewed-by: Jason Gunthorpe <jgg@nvidia.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/vm/transhuge.rst
include/linux/mm.h
mm/gup.c