Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a29001c5 authored by Sagi Grimberg's avatar Sagi Grimberg Committed by Christoph Hellwig
Browse files

nvme-loop: get rid of unused controller lock



Signed-off-by: default avatarSagi Grimberg <sagi@grimberg.me>
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
parent 87ad72a5
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -45,7 +45,6 @@ struct nvme_loop_iod {
};

struct nvme_loop_ctrl {
	spinlock_t		lock;
	struct nvme_loop_queue	*queues;
	u32			queue_count;

@@ -635,8 +634,6 @@ static struct nvme_ctrl *nvme_loop_create_ctrl(struct device *dev,
	if (ret)
		goto out_put_ctrl;

	spin_lock_init(&ctrl->lock);

	ret = -ENOMEM;

	ctrl->ctrl.sqsize = opts->queue_size - 1;