Re: [PATCH liburing] test/sfr: basic test for sync_file_range
On 5/1/20 8:38 AM, Pavel Begunkov wrote: > Just call it and check that it doesn't hang and returns success. Applied, thanks. -- Jens Axboe
[PATCH liburing] test/sfr: basic test for sync_file_range
Just call it and check that it doesn't hang and returns success. Signed-off-by: Pavel Begunkov --- test/fsync.c | 79 1 file changed, 79 insertions(+) diff --git a/test/fsync.c b/test/fsync.c index 839716a..ee60e0f 100644 --- a/test/fsync.c +