Whamcloud - gitweb
LU-6486 ptlrpc: export lustre_swab_lmv_mds_md 59/15159/2
authorJames Simmons <uja.ornl@yahoo.com>
Fri, 5 Jun 2015 15:13:11 +0000 (11:13 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 12 Jun 2015 03:44:46 +0000 (03:44 +0000)
For ppc64 clients lustre would not mount due to an Unknown
symbol error. This is due to lustre_swab_lmv_mds_md not
being exported. A simple export of this function resolves
this issue.

Change-Id: I8db142e91f376fa0727b9de774ae0ca1cb0d9b5a
Signed-off-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-on: http://review.whamcloud.com/15159
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/ptlrpc/pack_generic.c

index 9d46776..76751a8 100644 (file)
@@ -2076,6 +2076,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)
 {