engines/io_uring: Add support for sync_file_range.
authorAndres Freund <andres@anarazel.de>
Thu, 12 Sep 2019 18:17:08 +0000 (11:17 -0700)
committerAndres Freund <andres@anarazel.de>
Thu, 12 Sep 2019 18:22:47 +0000 (11:22 -0700)
commit01387bfea4b07e6a3df636a5e5e9b0f31b016fc1
tree84c50e098a8f85406701a7b359c1c53c3295c7e7
parent17318cf6e42ef6b8d14e400eb1f6cc78dd668e1d
engines/io_uring: Add support for sync_file_range.

Previously sync_file_range() requests were just dropped to the floor.

Signed-off-by: Andres Freund <andres@anarazel.de>
engines/io_uring.c