Whamcloud - gitweb
LU-6486 ptlrpc: export lustre_swab_lov_mds_md 45/14545/2
authorJames Simmons <uja.ornl@yahoo.com>
Thu, 23 Apr 2015 13:30:48 +0000 (09:30 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 24 Apr 2015 17:57:47 +0000 (17:57 +0000)
commit1982c0c34313a0ab135ce5a25c54cc01dd8556e5
treefca44e2e4d230465baf074d750e46acb3eac501c
parent7a16f91f00d015e727f6200e727e4c4a083bdf9b
LU-6486 ptlrpc: export lustre_swab_lov_mds_md

For ppc64 clients lustre would not mount due to an Unknown
symbol error. This is due to lustre_swab_lov_mds_md not
being exported. A simple export of this function resolves
this issue.

Change-Id: Ib924045988291efbc5ac129ce58354bbc72aa7b6
Signed-off-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-on: http://review.whamcloud.com/14545
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Tested-by: Jenkins
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/ptlrpc/pack_generic.c