]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/userfaultfd: Inline mfill_atomic() into poison operation and remove uffd_flags_t modularized_mem
authorLiam R. Howlett <Liam.Howlett@oracle.com>
Thu, 30 Oct 2025 01:28:29 +0000 (21:28 -0400)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Thu, 30 Oct 2025 17:00:51 +0000 (13:00 -0400)
commit2277259f140950a2a957af825e8c9653873342f8
tree77fba6ea75926059d8c5bb6e5d4c38a5b4736bae
parentd20facf4ce16eabf35011f415ab5863255f23212
mm/userfaultfd: Inline mfill_atomic() into poison operation and remove uffd_flags_t

The inline allows for the poison operation to know what uffd_ops to use
for the operation due to call path.  Drop the code that figures out
uffd_ops.

The uffd_flags_t existed to pass the operation data around and is no
longer used.

Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
fs/userfaultfd.c
include/linux/userfaultfd_k.h
mm/userfaultfd.c