Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312657
b: refs/heads/master
c: 5f41a31
h: refs/heads/master
i:
  312655: fa4aa18
v: v3
  • Loading branch information
Christoph Hellwig authored and Nicholas Bellinger committed Jul 17, 2012
1 parent 450be00 commit 2f145f5
Show file tree
Hide file tree
Showing 5 changed files with 99 additions and 240 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a3785c8740c5b56b49ec336b59be996393d83332
refs/heads/master: 5f41a31d0a49a014adb1588edd0cc7f7e30cc55b
1 change: 0 additions & 1 deletion trunk/drivers/target/target_core_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ void release_se_kmem_caches(void);
u32 scsi_get_new_index(scsi_index_t);
void transport_subsystem_check_init(void);
void transport_cmd_finish_abort(struct se_cmd *, int);
void __target_remove_from_execute_list(struct se_cmd *);
unsigned char *transport_dump_cmd_direction(struct se_cmd *);
void transport_dump_dev_state(struct se_device *, char *, int *);
void transport_dump_dev_info(struct se_device *, struct se_lun *,
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/target/target_core_tmr.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,9 +295,6 @@ static void core_tmr_drain_state_list(

list_move_tail(&cmd->state_list, &drain_task_list);
cmd->state_active = false;

if (!list_empty(&cmd->execute_list))
__target_remove_from_execute_list(cmd);
}
spin_unlock_irqrestore(&dev->execute_task_lock, flags);

Expand Down
Loading

0 comments on commit 2f145f5

Please sign in to comment.