mirror of
https://github.com/ceph/ceph
synced 2025-02-21 18:17:42 +00:00
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:
parent
48515e9b8d
commit
ac9dfa3f82
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user