vfs_io_uring: introduce vfs_io_uring_request->completion_fn()
authorStefan Metzmacher <metze@samba.org>
Fri, 8 May 2020 08:42:59 +0000 (10:42 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 12 May 2020 19:53:44 +0000 (19:53 +0000)
commit456533c9cfc332d3a83ea03a6f969b0d64ccbeb6
treede4335dd2eaea5fdcb675b2e15dc4d00442b93dd
parentf78e98e0226fe70899b613e0aa5c804d8458bdb0
vfs_io_uring: introduce vfs_io_uring_request->completion_fn()

We'll need to add more logic than a simple _tevent_req_done()

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14361

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/vfs_io_uring.c