Whamcloud - gitweb
LU-3319 procfs: provide framework for seq_file handling 35/7135/25
authorJames Simmons <uja.ornl@gmail.com>
Fri, 15 Nov 2013 13:16:01 +0000 (08:16 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 2 Dec 2013 12:36:57 +0000 (12:36 +0000)
In linux 3.10 kernels and above the proc file system interface
changed. To handle this change we need to move from the current
method of using proc_read and proc_write function pointers to
using the seq_file. This patch provides the base to enable moving
all the lustre proc handling gradually over to this new method
of proc data handling.

Signed-off-by: James Simmons <uja.ornl@gmail.com>
Change-Id: I06d941398bf248bffab851f9f25bea6bbe438a30
Reviewed-on: http://review.whamcloud.com/7135
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Reviewed-by: Yang Sheng <yang.sheng@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>

No differences found