From: Ming Lei Date: Wed, 30 May 2018 05:10:38 +0000 (+0800) Subject: block/020: don't pass shared_tags to null_blk X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=1607b87e67afa359e63b46613ce75acebfaf8229;p=users%2Fsagi%2Fblktests.git block/020: don't pass shared_tags to null_blk 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 --- diff --git a/tests/block/020 b/tests/block/020 index 40a8151..3614013 100755 --- a/tests/block/020 +++ b/tests/block/020 @@ -31,7 +31,7 @@ test() { 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