From: Greg Kroah-Hartman Date: Sun, 13 Jul 2014 04:26:09 +0000 (-0700) Subject: staging: lustre: remove proc function wrappers X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~820 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d3ade00c6d3279c1e078137a3bc2fab7c6d715a;p=pandora-kernel.git staging: lustre: remove proc function wrappers ll_proc_dointvec and ll_proc_dolongvec didn't do anything except confuse things due to a lack of a filep variable in the functions they were used in. So remove them and just call the real proc functions. This enabled the code to be unwound a bit and a few "empty" proc handlers were removed and just passed directly to procfs instead. Cc: Andreas Dilger Cc: Oleg Drokin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed