io_uring: split out fs related sync/fallocate functions
authorJens Axboe <axboe@kernel.dk>
Wed, 25 May 2022 03:25:19 +0000 (21:25 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 17 Jun 2022 14:24:51 +0000 (08:24 -0600)
commitd963023f97b18510c9938e828b34921b0d4a9651
tree868b5fbf41aff3a571e666f679666645a712d630
parentf5fb74fc07220c264714f42eeeeb8c02e6fd9239
io_uring: split out fs related sync/fallocate functions

This splits out sync_file_range, fsync, and fallocate.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/Makefile
io_uring/io_uring.c
io_uring/sync.c [new file with mode: 0644]
io_uring/sync.h [new file with mode: 0644]