summaryrefslogtreecommitdiff
path: root/block/genhd.c
diff options
context:
space:
mode:
authorMing Lei <ming.lei@redhat.com>2021-11-17 14:55:02 +0300
committerJens Axboe <axboe@kernel.dk>2021-11-17 17:43:26 +0300
commit245a489e81e13dd55ae46d27becf6d5901eb7828 (patch)
tree486d0e18d313c6fba0f2661108c779ce6e7885ea /block/genhd.c
parentd1faacbf67b1944f0e0c618dc581d929263f6fe9 (diff)
downloadlinux-245a489e81e13dd55ae46d27becf6d5901eb7828.tar.xz
block: avoid to quiesce queue in elevator_init_mq
elevator_init_mq() is only called before adding disk, when there isn't any FS I/O, only passthrough requests can be queued, so freezing queue plus canceling dispatch work is enough to drain any dispatch activities, then we can avoid synchronize_srcu() in blk_mq_quiesce_queue(). Long boot latency issue can be fixed in case of lots of disks added during booting. Fixes: 737eb78e82d5 ("block: Delay default elevator initialization") Reported-by: yangerkun <yangerkun@huawei.com> Cc: Damien Le Moal <damien.lemoal@wdc.com> Signed-off-by: Ming Lei <ming.lei@redhat.com> Link: https://lore.kernel.org/r/20211117115502.1600950-1-ming.lei@redhat.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/genhd.c')
0 files changed, 0 insertions, 0 deletions