t/io_uring: remove dma map option
authorJens Axboe <axboe@kernel.dk>
Thu, 25 Jan 2024 15:09:14 +0000 (08:09 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 25 Jan 2024 15:09:14 +0000 (08:09 -0700)
commit4502ad2c5b18085a2f4f5a71741ef0ca24cdaf38
treefdab90c602ae1030da2c9db6519d04d8dd8ef469
parentf391405cf55fccd3a9eb3f1846cfd7bce92c7201
t/io_uring: remove dma map option

This didn't make it into the kernel just yet, and if/when it does, it'll
likely look a bit different than the prototype. Since it's dead code for
now, just prune it and we can always reintroduce it when kernel support
is there.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
t/io_uring.c