Whamcloud - gitweb
LU-8471 obdclass: restore EXPORT_SYMBOL for lu_ref* functions 40/21640/3
authorFrank Zago <fzago@cray.com>
Tue, 2 Aug 2016 19:24:23 +0000 (14:24 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Thu, 11 Aug 2016 05:52:08 +0000 (05:52 +0000)
commit7cf562360cdc18fe15daad58461e3caa63f0583b
tree123c79a484cc1f4ffbe8de4529470e57bb05122b
parente70a41c4316b5eb3a0b8e6b52c95653a2d4c85e5
LU-8471 obdclass: restore EXPORT_SYMBOL for lu_ref* functions

LU-5829 removed a lot of EXPORT_SYMBOL, including for the lu_ref_*
functions. As these functions are only compiled in when the
--enable-lu_ref is passed to configure, the breakage was missed. This
patch restores the missing EXPORT_SYMBOLS that were present, except
for lu_ref_print and lu_ref_is_marker which are only used in the
obdclass module.

Test-Parameters: trivial
Signed-off-by: Frank Zago <fzago@cray.com>
Change-Id: I16e6065b75c568a18386c0f0a746484fdad38d6e
Reviewed-on: http://review.whamcloud.com/21640
Reviewed-by: Andrew Perepechko <andrew.perepechko@seagate.com>
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Reviewed-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/obdclass/lu_ref.c