Whamcloud - gitweb
LU-3319 procfs: move configuration layer proc handling over to seq_file 95/7295/15
authorJames Simmons <uja.ornl@gmail.com>
Mon, 2 Dec 2013 16:36:10 +0000 (11:36 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 16 Dec 2013 03:16:44 +0000 (03:16 +0000)
commitb4d3116f44b6613a65ed259bf2f41c1eb41e2ba4
tree059267ebaab42bde7842462108b7c85c3816c8bb
parent4e28733e8d4c6c2dad278cfedb0777ce6bddebfb
LU-3319 procfs: move configuration layer proc handling over to seq_file

Various Lustre layers have a configuration abstraction for logs
which implements a proc interface. For 3.10+ kernel support we
adapt this proc handling to using seq_files.

Signed-off-by: James Simmons <uja.ornl@gmail.com>
Change-Id: Ie507fd88cdf5193624991f7ab32bdc213a44aebc
Reviewed-on: http://review.whamcloud.com/7295
Reviewed-by: Peng Tao <bergwolf@gmail.com>
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
16 files changed:
lustre/include/obd_class.h
lustre/mdc/lproc_mdc.c
lustre/mdc/mdc_internal.h
lustre/mdc/mdc_request.c
lustre/mgc/lproc_mgc.c
lustre/mgc/mgc_internal.h
lustre/mgc/mgc_request.c
lustre/obdclass/llog_test.c
lustre/obdecho/Makefile.in
lustre/obdecho/autoMakefile.am
lustre/obdecho/echo.c
lustre/obdecho/echo_client.c
lustre/obdecho/lproc_echo.c [deleted file]
lustre/osc/lproc_osc.c
lustre/osc/osc_internal.h
lustre/osc/osc_request.c