nvme-rdma: avoid repeated request completion
[linux-2.6-block.git] / block / blk-mq-sysfs.c
index 062229395a507caa133fc1b36a57f6cae5af810a..7b52e7657b2d1b2f3cb207b616da4365600def59 100644 (file)
@@ -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);