Whamcloud - gitweb
LU-5318 ptlrpc: export lustre_swab_lmv_mds_md() 46/11046/2
authorJohn L. Hammond <john.hammond@intel.com>
Thu, 10 Jul 2014 15:30:43 +0000 (10:30 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 11 Jul 2014 02:58:43 +0000 (02:58 +0000)
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 <john.hammond@intel.com>
Change-Id: Idd918751924660a5e40ee7866e8663fb8fb89dc6
Reviewed-on: http://review.whamcloud.com/11046
Tested-by: Jenkins
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/ptlrpc/pack_generic.c

index 05479cc..7768e41 100644 (file)
@@ -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)
 {