On Tue, Mar 30, 2021 at 01:38:59PM -0700, Yang Shi wrote: > Since commit 5a52c9df62b4 ("uprobe: use FOLL_SPLIT_PMD instead of FOLL_SPLIT") > and commit ba925fa35057 ("s390/gmap: improve THP splitting") FOLL_SPLIT > has not been used anymore. Remove the dead code. > > Reviewed-by: John Hubbard <jhubb...@nvidia.com> > Signed-off-by: Yang Shi <shy828...@gmail.com> > --- > v2: Remove the reference in documentation. > > Documentation/vm/transhuge.rst | 5 ----- > include/linux/mm.h | 1 - > mm/gup.c | 28 ++-------------------------- > 3 files changed, 2 insertions(+), 32 deletions(-)
Reviewed-by: Jason Gunthorpe <j...@nvidia.com> Jason