[RFC PATCH 4/9] nvmet: add a controller "start" hook

Christoph Hellwig hch at lst.de
Thu Nov 19 21:13:55 PST 2015


On Thu, Nov 19, 2015 at 04:21:03PM -0800, Ming Lin wrote:
>  #define NVMET_SUBSYS_NAME_LEN		256
>  	char			subsys_name[NVMET_SUBSYS_NAME_LEN];
> +
> +	void			*opaque;
> +	void			(*start)(void *);
>  };

Why can't vhost use container_of to get at the containing structure
similar to what the loop driver does?

In addition I think we'll eventually need an ops structure here,
but I can take care of that later.



More information about the Linux-nvme mailing list