[PATCH v3 10/18] nvme: add context annotations for nvme_subsystems_lock

Christoph Hellwig hch at lst.de
Wed Jul 8 23:31:01 PDT 2026


On Mon, Jul 06, 2026 at 07:44:12PM +0530, Nilay Shroff wrote:
> +	/* Initialize unpublished lock-guarded variables. */
> +	context_unsafe(
> +		INIT_LIST_HEAD(&subsys->ctrls);
> +		INIT_LIST_HEAD(&subsys->nsheads);
> +	);

This is still making a mess for no good reason :(




More information about the Linux-nvme mailing list