linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] pnfsblock: expose block_class interface
@ 2010-05-14  8:46 Tao Guo
  0 siblings, 0 replies; only message in thread
From: Tao Guo @ 2010-05-14  8:46 UTC (permalink / raw)
  To: linux-nfs; +Cc: Fred Isaman, Benny Halevy

Export symbol block_class instead of shost_class for much more
generic block device iterations.

Signed-off-by: Huang Haoi <huanghao-U4AKAne5IzAR5TUyvShJeg@public.gmane.org>
---
 block/genhd.c        |    1 +
 drivers/scsi/hosts.c |    1 -
 2 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/block/genhd.c b/block/genhd.c
index d13ba76..6faa1c6 100644
--- a/block/genhd.c
+++ b/block/genhd.c
@@ -1009,6 +1009,7 @@ static void disk_release(struct device *dev)
 struct class block_class = {
 	.name		= "block",
 };
+EXPORT_SYMBOL(block_class);
 
 static char *block_devnode(struct device *dev, mode_t *mode)
 {
diff --git a/drivers/scsi/hosts.c b/drivers/scsi/hosts.c
index 1b22b02..f1c2547 100644
--- a/drivers/scsi/hosts.c
+++ b/drivers/scsi/hosts.c
@@ -53,7 +53,6 @@ struct class shost_class = {
 	.name		= "scsi_host",
 	.dev_release	= scsi_host_cls_release,
 };
-EXPORT_SYMBOL(shost_class);
 
 /**
  *	scsi_host_set_state - Take the given host through the host state model.
-- 
1.6.3.3


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-05-14  9:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-14  8:46 [PATCH 1/2] pnfsblock: expose block_class interface Tao Guo

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).