Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171101
b: refs/heads/master
c: 433d308
h: refs/heads/master
i:
  171099: 2db0d9a
v: v3
  • Loading branch information
Andy Grover authored and David S. Miller committed Oct 30, 2009
1 parent fcd1491 commit 63d026b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 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: 86357b19bcabd9355937f3fb84f90ba9fe76a5d3
refs/heads/master: 433d308dd85e506bb6529177cc0f997627d87ed6
5 changes: 1 addition & 4 deletions trunk/net/rds/ib_rdma.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,8 @@ void __rds_ib_destroy_conns(struct list_head *list, spinlock_t *list_lock)
INIT_LIST_HEAD(list);
spin_unlock_irq(list_lock);

list_for_each_entry_safe(ic, _ic, &tmp_list, ib_node) {
if (ic->conn->c_passive)
rds_conn_destroy(ic->conn->c_passive);
list_for_each_entry_safe(ic, _ic, &tmp_list, ib_node)
rds_conn_destroy(ic->conn);
}
}

struct rds_ib_mr_pool *rds_ib_create_mr_pool(struct rds_ib_device *rds_ibdev)
Expand Down
5 changes: 1 addition & 4 deletions trunk/net/rds/iw_rdma.c
Original file line number Diff line number Diff line change
Expand Up @@ -245,11 +245,8 @@ void __rds_iw_destroy_conns(struct list_head *list, spinlock_t *list_lock)
INIT_LIST_HEAD(list);
spin_unlock_irq(list_lock);

list_for_each_entry_safe(ic, _ic, &tmp_list, iw_node) {
if (ic->conn->c_passive)
rds_conn_destroy(ic->conn->c_passive);
list_for_each_entry_safe(ic, _ic, &tmp_list, iw_node)
rds_conn_destroy(ic->conn);
}
}

static void rds_iw_set_scatterlist(struct rds_iw_scatterlist *sg,
Expand Down

0 comments on commit 63d026b

Please sign in to comment.