[PATCH v3 3/5] fs: Wire up SED/Opal to ioctl

Christoph Hellwig hch at infradead.org
Mon Dec 19 22:21:58 PST 2016


> @@ -853,6 +854,7 @@ struct file {
>  #ifdef CONFIG_SECURITY
>  	void			*f_security;
>  #endif
> +	struct sed_context      *f_sedctx;

Adding a new field to the global struct file for a block driver
feature is not acceptable.  And I don't really see why it would
be nessecary anyway.



More information about the Linux-nvme mailing list