From: John L. Hammond Date: Thu, 10 Jul 2014 15:30:43 +0000 (-0500) Subject: LU-5318 ptlrpc: export lustre_swab_lmv_mds_md() X-Git-Tag: 2.6.0-RC1~1 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=28c8226aefd0dc14e47eae40c5b39a62e79f9500;p=fs%2Flustre-release.git 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 --- 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) {