Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362487
b: refs/heads/master
c: 9d85b59
h: refs/heads/master
i:
  362485: 06d22e2
  362483: 7d04e37
  362479: 4b9f2f0
v: v3
  • Loading branch information
Brian King authored and James Bottomley committed Apr 6, 2013
1 parent ec4051e commit 11f383a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 231ff54e4cc4a6f1ef78fb4e1f94957bbb961aae
refs/heads/master: 9d85b590057523c2bfe3bea2f62ba9e2701a62db
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/ibmvscsi/ibmvscsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1899,8 +1899,8 @@ static int ibmvscsi_slave_configure(struct scsi_device *sdev)
sdev->allow_restart = 1;
blk_queue_rq_timeout(sdev->request_queue, 120 * HZ);
}
scsi_adjust_queue_depth(sdev, 0, shost->cmd_per_lun);
spin_unlock_irqrestore(shost->host_lock, lock_flags);
scsi_adjust_queue_depth(sdev, 0, shost->cmd_per_lun);
return 0;
}

Expand Down

0 comments on commit 11f383a

Please sign in to comment.