Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149710
b: refs/heads/master
c: 5cd2fe6
h: refs/heads/master
v: v3
  • Loading branch information
Steve Wise authored and David S. Miller committed Apr 10, 2009
1 parent 06db6b4 commit 36e707f
Show file tree
Hide file tree
Showing 3 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: a0c31fdfb7f158780faa43ab83cc08b414bebd7e
refs/heads/master: 5cd2fe6d54c91aa76893b3034f5f3473063c0202
2 changes: 1 addition & 1 deletion trunk/net/rds/ib_ring.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ int rds_ib_ring_empty(struct rds_ib_work_ring *ring)

int rds_ib_ring_low(struct rds_ib_work_ring *ring)
{
return __rds_ib_ring_used(ring) <= (ring->w_nr >> 2);
return __rds_ib_ring_used(ring) <= (ring->w_nr >> 1);
}

/*
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/rds/iw_ring.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ int rds_iw_ring_empty(struct rds_iw_work_ring *ring)

int rds_iw_ring_low(struct rds_iw_work_ring *ring)
{
return __rds_iw_ring_used(ring) <= (ring->w_nr >> 2);
return __rds_iw_ring_used(ring) <= (ring->w_nr >> 1);
}


Expand Down

0 comments on commit 36e707f

Please sign in to comment.