blk: fix parameters for non native uring

The parameterlist used when uring is availble needs
to be equal to the case where no uring is available.

fixes: https://github.com/ceph/ceph/pull/38257
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
This commit is contained in:
Willem Jan Withagen 2020-11-26 14:02:41 +01:00
parent 48515e9b8d
commit ac9dfa3f82

View File

@ -221,7 +221,7 @@ bool ioring_queue_t::supported()
struct ioring_data {};
ioring_queue_t::ioring_queue_t(unsigned iodepth_)
ioring_queue_t::ioring_queue_t(unsigned iodepth_, bool hipri_, bool sq_thread_)
{
ceph_assert(0);
}