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>
Thu, 21 Jul 2022 14:34:12 +0000 (08:34 -0600)
commitd956679750fd47c2fb5288e993eac162dc0baf6b
treee3c94db84c3b39b1fc1ad7c51c24c2b70e31b592
parent7291afb55e2778fa170aa49952ed5ab39e7c1169
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]