Whamcloud - gitweb
- b=959: add connection-switching to import recovery. (Not yet tested: one of
authorshaver <shaver>
Wed, 12 Mar 2003 12:51:15 +0000 (12:51 +0000)
committershaver <shaver>
Wed, 12 Mar 2003 12:51:15 +0000 (12:51 +0000)
  my MDS nodes isn't coming up right now.)

lustre/ptlrpc/ptlrpc_module.c

index 5d547ad..b1cc927 100644 (file)
@@ -107,6 +107,7 @@ static void __exit ptlrpc_exit(void)
 
 /* connection.c */
 EXPORT_SYMBOL(ptlrpc_readdress_connection);
+EXPORT_SYMBOL(ptlrpc_uuid2conn);
 EXPORT_SYMBOL(ptlrpc_get_connection);
 EXPORT_SYMBOL(ptlrpc_put_connection);
 EXPORT_SYMBOL(ptlrpc_connection_addref);