Whamcloud - gitweb
LU-3319 procfs: move top level proc handling over to seq_file 94/7294/4
authorJames Simmons <uja.ornl@gmail.com>
Wed, 4 Dec 2013 13:44:24 +0000 (08:44 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 11 Dec 2013 13:58:52 +0000 (13:58 +0000)
commitf4ffab5ec800f0664050dc91ed6a0a24d842834f
tree6d44e12c34d359fadbd65a4a99949afb0e2f7d78
parentf93ecd5e11e27c2f9859a24329b40de63cd6a56f
LU-3319 procfs: move top level proc handling over to seq_file

In the proc tree lustre creates the top level is handled in
the linux module code. 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: I19f2b5d14cdbd97f2591ec8f1eaf174c8c6d4553
Reviewed-on: http://review.whamcloud.com/7294
Tested-by: Jenkins
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
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/obdclass/linux/linux-module.c