Commit Graph

1 Commits

Author SHA1 Message Date
Jeff Moyer d45024afd9 io_uring: move mapping/allocation helpers to a separate file
JIRA: https://issues.redhat.com/browse/RHEL-64867
Conflicts: RHEL does not have commit 5e0a760b4441 ("mm, treewide:
rename MAX_ORDER to MAX_PAGE_ORDER").

commit f15ed8b4d0ce2c0831232ff85117418740f0c529
Author: Jens Axboe <axboe@kernel.dk>
Date:   Wed Mar 27 14:59:09 2024 -0600

    io_uring: move mapping/allocation helpers to a separate file
    
    Move the related code from io_uring.c into memmap.c. No functional
    changes in this patch, just cleaning it up a bit now that the full
    transition is done.
    
    Signed-off-by: Jens Axboe <axboe@kernel.dk>

Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
2024-11-28 17:09:44 -05:00