Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312671
b: refs/heads/master
c: d59a02b
h: refs/heads/master
i:
  312669: e3e45c5
  312667: 629e749
  312663: a4b059b
  312655: fa4aa18
  312639: 0330956
v: v3
  • Loading branch information
Christoph Hellwig authored and Nicholas Bellinger committed Jul 17, 2012
1 parent b693c57 commit e237d3b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 70baf0ab3b2608727515086bee4c484a93e22880
refs/heads/master: d59a02b4ebe6fe5ac42b702f1ced6368ced78d76
6 changes: 6 additions & 0 deletions trunk/drivers/target/target_core_transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -1864,6 +1864,12 @@ void target_execute_cmd(struct se_cmd *cmd)
{
struct se_device *dev = cmd->se_dev;

/*
* If the received CDB has aleady been aborted stop processing it here.
*/
if (transport_check_aborted_status(cmd, 1))
return;

/*
* Determine if IOCTL context caller in requesting the stopping of this
* command for LUN shutdown purposes.
Expand Down

0 comments on commit e237d3b

Please sign in to comment.