The issue isn't related to shared tags, and it can be triggered if
'shared_tags' is set to 0.
Remove this so that this test can run on older kernels, and to avoid
misunderstandings.
Signed-off-by: Ming Lei <ming.lei@redhat.com>
modprobe -r null_blk
modprobe null_blk queue_mode=2 irqmode=2 completion_nsec=2000000 \
- shared_tags=1 submit_queues=4 hw_queue_depth=1
+ submit_queues=4 hw_queue_depth=1
local scheds
# shellcheck disable=SC2207