[PATCH] devfs: Remove the scsi_disk devfs_name field as it's no longer needed

From: Greg KH
Date: Tue Jun 21 2005 - 02:49:13 EST


[PATCH] devfs: Remove the scsi_disk devfs_name field as it's no longer needed

Also fixes all drivers that set this field.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx>

---
commit 556f38ebd8f2209a27cee28bc1ca8f84eef048e6
tree f5aeee4135f2f141a00ae2101121aa6b6a114c8b
parent d354272923879e42604925270dd950a94a5306c8
author Greg Kroah-Hartman <gregkh@xxxxxxx> Mon, 20 Jun 2005 21:15:16 -0700
committer Greg Kroah-Hartman <gregkh@xxxxxxx> Mon, 20 Jun 2005 23:13:39 -0700

drivers/scsi/scsi_scan.c | 6 +-----
include/scsi/scsi_device.h | 1 -
2 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/drivers/scsi/scsi_scan.c b/drivers/scsi/scsi_scan.c
--- a/drivers/scsi/scsi_scan.c
+++ b/drivers/scsi/scsi_scan.c
@@ -685,12 +685,8 @@ static int scsi_add_lun(struct scsi_devi
if (inq_result[7] & 0x10)
sdev->sdtr = 1;

- sprintf(sdev->devfs_name, "scsi/host%d/bus%d/target%d/lun%d",
- sdev->host->host_no, sdev->channel,
- sdev->id, sdev->lun);
-
/*
- * End driverfs/devfs code.
+ * End driverfs code.
*/

if ((sdev->scsi_level >= SCSI_2) && (inq_result[7] & 2) &&
diff --git a/include/scsi/scsi_device.h b/include/scsi/scsi_device.h
--- a/include/scsi/scsi_device.h
+++ b/include/scsi/scsi_device.h
@@ -64,7 +64,6 @@ struct scsi_device {
unsigned sector_size; /* size in bytes */

void *hostdata; /* available to low-level driver */
- char devfs_name[256]; /* devfs junk */
char type;
char scsi_level;
char inq_periph_qual; /* PQ from INQUIRY data */

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/