On 5/14/20 10:23 AM, Logan Gunthorpe wrote: > +#ifdef CONFIG_NVME_TARGET_PASSTHRU > +/* > + * The exports that follow within this ifdef are only for > + * use by the nvmet-passthru and should not be used for > + * other things. > + */
The above comment is duplicate #ifdef is self explanatory and I didn't find similar style in existing repo (e.g. CONFIG_NVME_MULTIPATH, CONFIG_BLK_SED_OPAL) so let's not introduce new style which will create confusion to future code.

