diff options
author | Christoph Hellwig <hch@infradead.org> | 2011-11-29 03:29:59 -0500 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2011-12-06 01:00:57 -0500 |
commit | 6f21475576dde397cd2580262209d4080fbd5458 (patch) | |
tree | 2fa1831eaec0722b2e48278e447a3aa57b52a9fc /drivers/target/target_core_device.c | |
parent | 9649fa1b8764f64c8cc4293e197e14cd46fe7205 (diff) |
target: remove the unused se_dev_list
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/target/target_core_device.c')
-rw-r--r-- | drivers/target/target_core_device.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/target/target_core_device.c b/drivers/target/target_core_device.c index dd5adb82e3df..e2be1f510da8 100644 --- a/drivers/target/target_core_device.c +++ b/drivers/target/target_core_device.c | |||
@@ -1584,7 +1584,6 @@ int core_dev_setup_virtual_lun0(void) | |||
1584 | ret = -ENOMEM; | 1584 | ret = -ENOMEM; |
1585 | goto out; | 1585 | goto out; |
1586 | } | 1586 | } |
1587 | INIT_LIST_HEAD(&se_dev->se_dev_node); | ||
1588 | INIT_LIST_HEAD(&se_dev->t10_wwn.t10_vpd_list); | 1587 | INIT_LIST_HEAD(&se_dev->t10_wwn.t10_vpd_list); |
1589 | spin_lock_init(&se_dev->t10_wwn.t10_vpd_lock); | 1588 | spin_lock_init(&se_dev->t10_wwn.t10_vpd_lock); |
1590 | INIT_LIST_HEAD(&se_dev->t10_pr.registration_list); | 1589 | INIT_LIST_HEAD(&se_dev->t10_pr.registration_list); |