]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/userfaultfd: Extract hugetlb recovery from mfill_atomic_hugetlb() loop
authorLiam R. Howlett <Liam.Howlett@oracle.com>
Thu, 23 Oct 2025 19:36:20 +0000 (15:36 -0400)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Thu, 30 Oct 2025 16:23:22 +0000 (12:23 -0400)
commit753417d0f1808fe6d709b934d9e39e3d1dede92d
tree92ddfe43046add55d6a29423d1ae5080f3a76619
parent21ed4b344666d102e91ee2fe944bddf5b85e76ef
mm/userfaultfd: Extract hugetlb recovery from mfill_atomic_hugetlb() loop

Abstracting the recovery of mfill_atomic_hugetlb() calls will lead to a
unity of mfill_atomic() and mfill_atomic_hugetlb().  Since there is a
uffd_ops function pointer for recovery already, this should be called
hugetlb_failed_do_unlock() for a later patch.

Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
mm/userfaultfd.c