Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171102
b: refs/heads/master
c: 0514f8a
h: refs/heads/master
v: v3
  • Loading branch information
Andy Grover authored and David S. Miller committed Oct 30, 2009
1 parent 63d026b commit ac08504
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 433d308dd85e506bb6529177cc0f997627d87ed6
refs/heads/master: 0514f8a9c0cbd26afa70dc56406cc0ee1e134dcf
2 changes: 2 additions & 0 deletions trunk/net/rds/cong.c
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ void rds_cong_queue_updates(struct rds_cong_map *map)
spin_lock_irqsave(&rds_cong_lock, flags);

list_for_each_entry(conn, &map->m_conn_list, c_map_item) {
if (conn->c_loopback)
continue;
if (!test_and_set_bit(0, &conn->c_map_queued)) {
rds_stats_inc(s_cong_update_queued);
queue_delayed_work(rds_wq, &conn->c_send_w, 0);
Expand Down

0 comments on commit ac08504

Please sign in to comment.