From de283735ea3daec779d00c8961a7c65a28fe4f02 Mon Sep 17 00:00:00 2001 From: zab Date: Wed, 15 Oct 2003 23:39:24 +0000 Subject: [PATCH] - silence the '__swab32' warnings by changing lustre_msg_swabbed() from an inline in lustre_idl.h to a real function in pack_generic.c. llog_log_swabbed() went along for the ride for the same reason, but no one is using it. --- lustre/ptlrpc/ptlrpc_module.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/ptlrpc/ptlrpc_module.c b/lustre/ptlrpc/ptlrpc_module.c index 8486059..c766a64 100644 --- a/lustre/ptlrpc/ptlrpc_module.c +++ b/lustre/ptlrpc/ptlrpc_module.c @@ -187,6 +187,7 @@ EXPORT_SYMBOL(ptlrpc_start_thread); EXPORT_SYMBOL(ptlrpc_unregister_service); /* pack_generic.c */ +EXPORT_SYMBOL(lustre_msg_swabbed); EXPORT_SYMBOL(lustre_pack_msg); EXPORT_SYMBOL(lustre_msg_size); EXPORT_SYMBOL(lustre_unpack_msg); -- 1.8.3.1