Whamcloud - gitweb
LU-3319 procfs: remove unsed proc entry for target handler 29/7929/2
authorJames Simmons <uja.ornl@gmail.com>
Fri, 11 Oct 2013 16:08:45 +0000 (12:08 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 25 Oct 2013 03:05:33 +0000 (03:05 +0000)
commitf56079ddb2382f5f74f4dac5dc75abe2434e389a
treee9aa98b7ccd0e1badb37dd58a4d782199f16c268
parente7d6dcdedc9c676c84e6bee3ed6cbf73d56ff791
LU-3319 procfs: remove unsed proc entry for target handler

With 3.10 and above kernels we end up using a new data
structure for proc handling. In the target handler code
we have an unsed lprocfs_vars so we remove it to avoid
compile issues.

Signed-off-by: James Simmons <uja.ornl@gmail.com>
Change-Id: I22d3d3b1aed852df93e448d3b793884344d1719a
Reviewed-on: http://review.whamcloud.com/7929
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Mike Pershin <mike.pershin@intel.com>
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/target/tgt_main.c