target: Remove hba param from core_dev_add_lun
Only used in a debugprint, and function signature is cleaner now. Signed-off-by: Andy Grover <agrover@redhat.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
This commit is contained in:
parent
ee1b1b9c3d
commit
2dca673b46
3 changed files with 3 additions and 6 deletions
|
|
@ -45,8 +45,7 @@ int se_dev_set_max_sectors(struct se_device *, u32);
|
|||
int se_dev_set_fabric_max_sectors(struct se_device *, u32);
|
||||
int se_dev_set_optimal_sectors(struct se_device *, u32);
|
||||
int se_dev_set_block_size(struct se_device *, u32);
|
||||
struct se_lun *core_dev_add_lun(struct se_portal_group *, struct se_hba *,
|
||||
struct se_device *, u32);
|
||||
struct se_lun *core_dev_add_lun(struct se_portal_group *, struct se_device *, u32);
|
||||
int core_dev_del_lun(struct se_portal_group *, u32);
|
||||
struct se_lun *core_get_lun_from_tpg(struct se_portal_group *, u32);
|
||||
struct se_lun_acl *core_dev_init_initiator_node_lun_acl(struct se_portal_group *,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue