diff options
Diffstat (limited to 'drivers/target/target_core_device.c')
| -rw-r--r-- | drivers/target/target_core_device.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/target/target_core_device.c b/drivers/target/target_core_device.c index 2e4d655471bc..4630481b6043 100644 --- a/drivers/target/target_core_device.c +++ b/drivers/target/target_core_device.c | |||
| @@ -68,7 +68,6 @@ transport_lookup_cmd_lun(struct se_cmd *se_cmd, u32 unpacked_lun) | |||
| 68 | struct se_dev_entry *deve = se_cmd->se_deve; | 68 | struct se_dev_entry *deve = se_cmd->se_deve; |
| 69 | 69 | ||
| 70 | deve->total_cmds++; | 70 | deve->total_cmds++; |
| 71 | deve->total_bytes += se_cmd->data_length; | ||
| 72 | 71 | ||
| 73 | if ((se_cmd->data_direction == DMA_TO_DEVICE) && | 72 | if ((se_cmd->data_direction == DMA_TO_DEVICE) && |
| 74 | (deve->lun_flags & TRANSPORT_LUNFLAGS_READ_ONLY)) { | 73 | (deve->lun_flags & TRANSPORT_LUNFLAGS_READ_ONLY)) { |
| @@ -85,8 +84,6 @@ transport_lookup_cmd_lun(struct se_cmd *se_cmd, u32 unpacked_lun) | |||
| 85 | else if (se_cmd->data_direction == DMA_FROM_DEVICE) | 84 | else if (se_cmd->data_direction == DMA_FROM_DEVICE) |
| 86 | deve->read_bytes += se_cmd->data_length; | 85 | deve->read_bytes += se_cmd->data_length; |
| 87 | 86 | ||
| 88 | deve->deve_cmds++; | ||
| 89 | |||
| 90 | se_lun = deve->se_lun; | 87 | se_lun = deve->se_lun; |
| 91 | se_cmd->se_lun = deve->se_lun; | 88 | se_cmd->se_lun = deve->se_lun; |
| 92 | se_cmd->pr_res_key = deve->pr_res_key; | 89 | se_cmd->pr_res_key = deve->pr_res_key; |
| @@ -275,17 +272,6 @@ int core_free_device_list_for_node( | |||
| 275 | return 0; | 272 | return 0; |
| 276 | } | 273 | } |
| 277 | 274 | ||
| 278 | void core_dec_lacl_count(struct se_node_acl *se_nacl, struct se_cmd *se_cmd) | ||
| 279 | { | ||
| 280 | struct se_dev_entry *deve; | ||
| 281 | unsigned long flags; | ||
| 282 | |||
| 283 | spin_lock_irqsave(&se_nacl->device_list_lock, flags); | ||
| 284 | deve = se_nacl->device_list[se_cmd->orig_fe_lun]; | ||
| 285 | deve->deve_cmds--; | ||
| 286 | spin_unlock_irqrestore(&se_nacl->device_list_lock, flags); | ||
| 287 | } | ||
| 288 | |||
| 289 | void core_update_device_list_access( | 275 | void core_update_device_list_access( |
| 290 | u32 mapped_lun, | 276 | u32 mapped_lun, |
| 291 | u32 lun_access, | 277 | u32 lun_access, |
