RDS: Export symbols from core RDS
Now that rdma and tcp transports will be modularized, we need to export a number of functions so they can call them. Signed-off-by: Andy Grover <andy.grover@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
70041088e3
commit
616b757ae1
10 changed files with 29 additions and 0 deletions
|
@ -68,6 +68,7 @@
|
|||
* (TCP, IB/RDMA) to provide the necessary synchronisation.
|
||||
*/
|
||||
struct workqueue_struct *rds_wq;
|
||||
EXPORT_SYMBOL_GPL(rds_wq);
|
||||
|
||||
void rds_connect_complete(struct rds_connection *conn)
|
||||
{
|
||||
|
@ -89,6 +90,7 @@ void rds_connect_complete(struct rds_connection *conn)
|
|||
queue_delayed_work(rds_wq, &conn->c_send_w, 0);
|
||||
queue_delayed_work(rds_wq, &conn->c_recv_w, 0);
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(rds_connect_complete);
|
||||
|
||||
/*
|
||||
* This random exponential backoff is relied on to eventually resolve racing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue