Whamcloud - gitweb
LU-8836 lprocfs: move lprocfs_stats_[un]lock to a source file 73/23773/2
authorJames Simmons <uja.ornl@yahoo.com>
Tue, 15 Nov 2016 21:03:00 +0000 (16:03 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Sat, 17 Dec 2016 05:43:41 +0000 (05:43 +0000)
commit451f99d73128f1c6350c1e1fbb7be7c697f02835
treea2006c6fe7dd45a594e9f7dada2379b5390f5d9f
parentf0d5693584bc70913541201c54c3666a473715b2
LU-8836 lprocfs: move lprocfs_stats_[un]lock to a source file

There is no reason to export lprocfs_stats_alloc_one.
The reason is due to the functions lprocfs_stats_[un]lock
being inline functions in a header file. Lets untangle
this mess and turn those inline functions into real
functions in a source file.

Change-Id: I8e33f36226c54baa93c50beb716705d20a55fa58
Signed-off-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-on: https://review.whamcloud.com/23773
Tested-by: Jenkins
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
lustre/include/lprocfs_status.h
lustre/obdclass/lprocfs_status.c