From 28c8226aefd0dc14e47eae40c5b39a62e79f9500 Mon Sep 17 00:00:00 2001 From: "John L. Hammond" Date: Thu, 10 Jul 2014 10:30:43 -0500 Subject: [PATCH] LU-5318 ptlrpc: export lustre_swab_lmv_mds_md() lustre_swab_lmv_mds_md() is used in lustre.ko (on little-endian platforms anyway) so export it from ptlrpc.ko. Signed-off-by: John L. Hammond Change-Id: Idd918751924660a5e40ee7866e8663fb8fb89dc6 Reviewed-on: http://review.whamcloud.com/11046 Tested-by: Jenkins Reviewed-by: Andreas Dilger Tested-by: Maloo Reviewed-by: Oleg Drokin --- lustre/ptlrpc/pack_generic.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/ptlrpc/pack_generic.c b/lustre/ptlrpc/pack_generic.c index 05479cc..7768e41 100644 --- a/lustre/ptlrpc/pack_generic.c +++ b/lustre/ptlrpc/pack_generic.c @@ -2145,6 +2145,7 @@ void lustre_swab_lmv_mds_md(union lmv_mds_md *lmm) break; } } +EXPORT_SYMBOL(lustre_swab_lmv_mds_md); void lustre_swab_lmv_user_md(struct lmv_user_md *lum) { -- 1.8.3.1