Whamcloud - gitweb
LU-3319 procfs: update shared server side core proc handling to seq_files 33/7933/11
authorJames Simmons <uja.ornl@gmail.com>
Thu, 2 Jan 2014 14:03:26 +0000 (09:03 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Sat, 18 Jan 2014 05:42:40 +0000 (05:42 +0000)
commit04e7562f872092c7a94e6d77fb5d2a7f97594bcf
tree64790de138039f40dc03682dda0f19038feb7f19
parentadd1417e6f95a63cd3ed90c968b7b0c260168ce4
LU-3319 procfs: update shared server side core proc handling to seq_files

Several of the server side abstact layers such as mdt,mgs
etc share several common proc handling routines. This patch
adds the seq_file version so that the stack can gradually
be ported over to these new methods.

Signed-off-by: James Simmons <uja.ornl@gmail.com>
Change-Id: I2dd64046fdd4d2bb6f7550bb49cf1c9ef703c157
Reviewed-on: http://review.whamcloud.com/7933
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
libcfs/include/libcfs/libcfs_hash.h
libcfs/libcfs/hash.c
lustre/include/dt_object.h
lustre/include/lprocfs_status.h
lustre/obdclass/dt_object.c
lustre/obdclass/lprocfs_jobstats.c
lustre/obdclass/lprocfs_status.c
lustre/ptlrpc/lproc_ptlrpc.c