[scsi] Make LUN a property of the SCSI backend only

Nothing within the SCSI core actually refers to the LUN, so we can
simplify matters by treating it as purely a property of the backend.
This commit is contained in:
Michael Brown
2009-08-09 16:09:47 +01:00
parent d944794680
commit cf716a0ce6
2 changed files with 0 additions and 3 deletions

View File

@@ -253,8 +253,6 @@ struct scsi_lun {
struct scsi_device {
/** Block device interface */
struct block_device blockdev;
/** Logical unit number (LUN) */
struct scsi_lun lun;
/**
* Issue SCSI command
*