RDS: Use per-bucket rw lock for bind hash-table
[cascardo/linux.git] / net / rds / af_rds.c
index dc08766..384ea1e 100644 (file)
@@ -582,6 +582,8 @@ static int rds_init(void)
 {
        int ret;
 
+       rds_bind_lock_init();
+
        ret = rds_conn_init();
        if (ret)
                goto out;