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:
Andy Grover
2009-08-21 12:28:32 +00:00
committed by David S. Miller
parent 70041088e3
commit 616b757ae1
10 changed files with 29 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ int rds_trans_register(struct rds_transport *trans)
return 0;
}
EXPORT_SYMBOL_GPL(rds_trans_register);
void rds_trans_unregister(struct rds_transport *trans)
{
@@ -63,6 +64,7 @@ void rds_trans_unregister(struct rds_transport *trans)
up_write(&rds_trans_sem);
}
EXPORT_SYMBOL_GPL(rds_trans_unregister);
struct rds_transport *rds_trans_get_preferred(__be32 addr)
{