linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* EXPORT_SYMBOL(scsi_use_blk_mq);
@ 2016-04-17  1:55 Douglas Gilbert
  2016-04-17 18:04 ` EXPORT_SYMBOL(scsi_use_blk_mq); Christoph Hellwig
  0 siblings, 1 reply; 2+ messages in thread
From: Douglas Gilbert @ 2016-04-17  1:55 UTC (permalink / raw)
  To: SCSI development list

Is there a good reason why 'bool scsi_use_blk_mq' declared as
extern in scsi_hosts.h is not an exported symbol?

That would allow a LLD loaded as a module to access it.

Doug Gilbert

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: EXPORT_SYMBOL(scsi_use_blk_mq);
  2016-04-17  1:55 EXPORT_SYMBOL(scsi_use_blk_mq); Douglas Gilbert
@ 2016-04-17 18:04 ` Christoph Hellwig
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Hellwig @ 2016-04-17 18:04 UTC (permalink / raw)
  To: Douglas Gilbert; +Cc: SCSI development list

On Sat, Apr 16, 2016 at 09:55:48PM -0400, Douglas Gilbert wrote:
> Is there a good reason why 'bool scsi_use_blk_mq' declared as
> extern in scsi_hosts.h is not an exported symbol?

Yes, no module has any business looking at the symbol.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-04-17 18:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-17  1:55 EXPORT_SYMBOL(scsi_use_blk_mq); Douglas Gilbert
2016-04-17 18:04 ` EXPORT_SYMBOL(scsi_use_blk_mq); Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).