http://git.etherboot.org
/
gpxe.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[scsi] Make LUN a property of the SCSI backend only
[gpxe.git]
/
src
/
net
/
tcp
/
iscsi.c
diff --git
a/src/net/tcp/iscsi.c
b/src/net/tcp/iscsi.c
index
74da05d
..
771384b
100644
(file)
--- a/
src/net/tcp/iscsi.c
+++ b/
src/net/tcp/iscsi.c
@@
-1763,7
+1763,6
@@
int iscsi_attach ( struct scsi_device *scsi, const char *root_path ) {
/* Attach parent interface, mortalise self, and return */
scsi->backend = ref_get ( &iscsi->refcnt );
scsi->command = iscsi_command;
- scsi->lun = iscsi->lun;
ref_put ( &iscsi->refcnt );
return 0;