X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=block%2Fblk-mq-sysfs.c;h=7b52e7657b2d1b2f3cb207b616da4365600def59;hb=fdf58e02adecbef4c7cbb2073d8ea225e6fd5f26;hp=062229395a507caa133fc1b36a57f6cae5af810a;hpb=5a40420e04940c581f736ea3d7588da9b6e99741;p=linux-2.6-block.git diff --git a/block/blk-mq-sysfs.c b/block/blk-mq-sysfs.c index 062229395a50..7b52e7657b2d 100644 --- a/block/blk-mq-sysfs.c +++ b/block/blk-mq-sysfs.c @@ -36,8 +36,6 @@ static void blk_mq_hw_sysfs_release(struct kobject *kobj) struct blk_mq_hw_ctx *hctx = container_of(kobj, struct blk_mq_hw_ctx, kobj); - cancel_delayed_work_sync(&hctx->run_work); - if (hctx->flags & BLK_MQ_F_BLOCKING) cleanup_srcu_struct(hctx->srcu); blk_free_flush_queue(hctx->fq);