Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232785
b: refs/heads/master
c: 11e1b96
h: refs/heads/master
i:
  232783: 1a59c35
v: v3
  • Loading branch information
Kashyap, Desai authored and James Bottomley committed Jan 24, 2011
1 parent 71ce733 commit 3d3a62a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: efe82a16bc0f9f9e1fc8fa706eb0309fcd57770a
refs/heads/master: 11e1b961ab067ee3acaf723531da4d3f23e1d6f7
6 changes: 3 additions & 3 deletions trunk/drivers/scsi/mpt2sas/mpt2sas_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -2176,9 +2176,9 @@ _base_allocate_memory_pools(struct MPT2SAS_ADAPTER *ioc, int sleep_flag)
/* adjust hba_queue_depth, reply_free_queue_depth,
* and queue_size
*/
ioc->hba_queue_depth -= queue_diff;
ioc->reply_free_queue_depth -= queue_diff;
queue_size -= queue_diff;
ioc->hba_queue_depth -= (queue_diff / 2);
ioc->reply_free_queue_depth -= (queue_diff / 2);
queue_size = facts->MaxReplyDescriptorPostQueueDepth;
}
ioc->reply_post_queue_depth = queue_size;

Expand Down

0 comments on commit 3d3a62a

Please sign in to comment.