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>
Mon, 25 Jul 2022 00:39:11 +0000 (18:39 -0600)
commit0d58472740370108f8ece9076d79f736f53b5b77
tree2a1394f1d03df88a0bfd1f87c9f8dcd45bc27a73
parent531113bbd5bfc93e8de45440752af11c751e4aaf
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]