From dc3b678657c67707cbbbd7ce9cb6907eb6916ee2 Mon Sep 17 00:00:00 2001 From: pschwan Date: Mon, 26 May 2003 08:18:18 +0000 Subject: [PATCH] b=1173 Remove all files from lib/, put the functions into various other modules as appropriate, and remove the bits to create the symlinks. Tested in UML and lightly on dev. Builds, inserts, mounts. --- lustre/ptlrpc/ptlrpc_module.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lustre/ptlrpc/ptlrpc_module.c b/lustre/ptlrpc/ptlrpc_module.c index 85925eb..01ba349 100644 --- a/lustre/ptlrpc/ptlrpc_module.c +++ b/lustre/ptlrpc/ptlrpc_module.c @@ -223,6 +223,10 @@ EXPORT_SYMBOL(ptlrpc_fail_import); EXPORT_SYMBOL(ptlrpc_fail_export); EXPORT_SYMBOL(ptlrpc_recover_import); +/*ptlrpc_lib.c*/ +EXPORT_SYMBOL(client_obd_setup); +EXPORT_SYMBOL(client_obd_cleanup); + #ifdef __KERNEL__ MODULE_AUTHOR("Cluster File Systems, Inc. "); MODULE_DESCRIPTION("Lustre Request Processor"); -- 1.8.3.1