linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Ubuntu PATCH] lpfc: Add missing proc_name entry to scsi_host_table
@ 2006-06-15 20:00 Randy Dunlap
  2006-06-15 20:07 ` James Smart
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2006-06-15 20:00 UTC (permalink / raw)
  To: scsi; +Cc: jejb, james.smart, akpm

[UBUNTU:drivers/scsi/lpfc] Add missing proc_name entry to scsi_host_table.

http://www.kernel.org/git/?p=linux/kernel/git/bcollins/ubuntu-dapper.git;a=commitdiff;h=8e3174d462c06d45138ff7a9a25667a7347ff5ab

According to a few people, the scsi proc interface should die, but sysfs
still uses some proc_* entries from scsi_host_table.

The Emulex driver needs to export at least proc_name.

Signed-off-by: Fabio M. Di Nitto <fabbione@ubuntu.com>
---
 drivers/scsi/lpfc/lpfc_scsi.c |    1 +
 1 files changed, 1 insertion(+)

--- linux-2617-rc6g7.orig/drivers/scsi/lpfc/lpfc_scsi.c
+++ linux-2617-rc6g7/drivers/scsi/lpfc/lpfc_scsi.c
@@ -1269,6 +1269,7 @@ struct scsi_host_template lpfc_template 
 	.slave_alloc		= lpfc_slave_alloc,
 	.slave_configure	= lpfc_slave_configure,
 	.slave_destroy		= lpfc_slave_destroy,
+	.proc_name		= "lpfc",
 	.this_id		= -1,
 	.sg_tablesize		= LPFC_SG_SEG_CNT,
 	.cmd_per_lun		= LPFC_CMD_PER_LUN,


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

end of thread, other threads:[~2006-06-15 21:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-15 20:00 [Ubuntu PATCH] lpfc: Add missing proc_name entry to scsi_host_table Randy Dunlap
2006-06-15 20:07 ` James Smart
2006-06-15 22:05   ` Randy Dunlap

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