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>
Wed, 22 Jun 2022 17:28:25 +0000 (11:28 -0600)
commitc10bc70551b2fcbf8252e247f6aea3afccdce585
treeed2b2e649ddab6e6cfb45bf8f9041a149b4657b9
parent168bdb0df4a1b12ef131993fcd9afac9fc21b887
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]