net/smc: final part of add link processing as SMC client
[linux-2.6-microblaze.git] / net / smc / af_smc.c
index 6663a63..1afb6e4 100644 (file)
@@ -427,7 +427,7 @@ static int smcr_clnt_conf_first_link(struct smc_sock *smc)
                return rc;
        }
        smc_llc_flow_qentry_clr(&link->lgr->llc_flow_lcl);
-       /* tbd: call smc_llc_cli_add_link(link, qentry); */
+       smc_llc_cli_add_link(link, qentry);
        return 0;
 }