On Tue, Sep 16, 2025 at 03:11:56PM +0100, Lorenzo Stoakes wrote: > Since we can now perform actions after the VMA is established via > mmap_prepare, use desc->action_success_hook to set up the hugetlb lock > once the VMA is setup. > > We also make changes throughout hugetlbfs to make this possible. > > Signed-off-by: Lorenzo Stoakes <lorenzo.stoa...@oracle.com> > --- > fs/hugetlbfs/inode.c | 36 ++++++++++------ > include/linux/hugetlb.h | 9 +++- > include/linux/hugetlb_inline.h | 15 ++++--- > mm/hugetlb.c | 77 ++++++++++++++++++++-------------- > 4 files changed, 85 insertions(+), 52 deletions(-)
Reviewed-by: Jason Gunthorpe <j...@nvidia.com> Jason