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)
commit873e8e73b82f8ef201ffa475e38d8b9ca11335a9
treea6d956811b10de1b23935ed293a645b05746a935
parent7cb2e4b642b51b42f9f3a448251774929073e17c
LU-6486 ptlrpc: export lustre_swab_lmv_mds_md

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