Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193591
b: refs/heads/master
c: 571c02f
h: refs/heads/master
i:
  193589: 7e4b510
  193587: 2600547
  193583: c8ffdb8
v: v3
  • Loading branch information
Andy Grover authored and David S. Miller committed Mar 17, 2010
1 parent 852bed5 commit 890bae9
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: 048c15e641289d902f7ef9f1241068d8045e210c
refs/heads/master: 571c02fa81e43ebb4b793f626d6c7bf0fa18902b
4 changes: 2 additions & 2 deletions trunk/net/rds/ib_rdma.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ void rds_ib_destroy_mr_pool(struct rds_ib_mr_pool *pool)
{
flush_workqueue(rds_wq);
rds_ib_flush_mr_pool(pool, 1);
BUG_ON(atomic_read(&pool->item_count));
BUG_ON(atomic_read(&pool->free_pinned));
WARN_ON(atomic_read(&pool->item_count));
WARN_ON(atomic_read(&pool->free_pinned));
kfree(pool);
}

Expand Down

0 comments on commit 890bae9

Please sign in to comment.