[PATCH v3 05/10] block: define meta io descriptor

Christoph Hellwig hch at lst.de
Sat Aug 24 01:31:58 PDT 2024


On Fri, Aug 23, 2024 at 04:08:05PM +0530, Anuj Gupta wrote:
> +struct uio_meta {
> +	meta_flags_t	flags;
> +	u16		app_tag;
> +	struct		iov_iter iter;
> +};

Odd formatting here - the aligning tab goes before the field name,
not the name of the structure type.




More information about the Linux-nvme mailing list