aboutsummaryrefslogtreecommitdiffstats
path: root/block
diff options
context:
space:
mode:
Diffstat (limited to 'block')
-rw-r--r--block/blk-mq.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/block/blk-mq.c b/block/blk-mq.c
index 1fa01ff0f9bc..b59a8d027dff 100644
--- a/block/blk-mq.c
+++ b/block/blk-mq.c
@@ -714,9 +714,7 @@ static void blk_mq_work_fn(struct work_struct *work)
714 714
715 hctx = container_of(work, struct blk_mq_hw_ctx, delayed_work.work); 715 hctx = container_of(work, struct blk_mq_hw_ctx, delayed_work.work);
716 716
717 preempt_disable();
718 __blk_mq_run_hw_queue(hctx); 717 __blk_mq_run_hw_queue(hctx);
719 preempt_enable();
720} 718}
721 719
722static void __blk_mq_insert_request(struct blk_mq_hw_ctx *hctx, 720static void __blk_mq_insert_request(struct blk_mq_hw_ctx *hctx,