]> Pileus Git - ~andy/linux/blobdiff - net/rds/cong.c
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
[~andy/linux] / net / rds / cong.c
index c741e906d49fe21af3aec44c608946e0b87c873b..75ea686f27d5aeedfd220dfbfa514295d6cc8ecc 100644 (file)
@@ -221,7 +221,7 @@ void rds_cong_queue_updates(struct rds_cong_map *map)
        list_for_each_entry(conn, &map->m_conn_list, c_map_item) {
                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);
+                       rds_send_xmit(conn);
                }
        }