Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124675
b: refs/heads/master
c: 3023785
h: refs/heads/master
i:
  124673: 49c295b
  124671: 7acf6d8
v: v3
  • Loading branch information
Mark Nelson authored and James Bottomley committed Dec 29, 2008
1 parent b0030ec commit c710c90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: f78badb1ae07e7f8b835ab2ea0b456ed3fc4caf4
refs/heads/master: 302378534c8d4403f9a9b2a20f875b6866a27e42
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/ipr.c
Original file line number Diff line number Diff line change
Expand Up @@ -5389,9 +5389,9 @@ static int ipr_ioa_reset_done(struct ipr_cmnd *ipr_cmd)
list_add_tail(&ipr_cmd->queue, &ioa_cfg->free_q);
wake_up_all(&ioa_cfg->reset_wait_q);

spin_unlock_irq(ioa_cfg->host->host_lock);
spin_unlock(ioa_cfg->host->host_lock);
scsi_unblock_requests(ioa_cfg->host);
spin_lock_irq(ioa_cfg->host->host_lock);
spin_lock(ioa_cfg->host->host_lock);

if (!ioa_cfg->allow_cmds)
scsi_block_requests(ioa_cfg->host);
Expand Down

0 comments on commit c710c90

Please sign in to comment.