Whamcloud - gitweb
LU-5275 build: add LPROCFS to the deprecated symbol list 63/13463/2
authorJohn L. Hammond <john.hammond@intel.com>
Tue, 20 Jan 2015 02:29:29 +0000 (20:29 -0600)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 27 Jan 2015 03:10:13 +0000 (03:10 +0000)
In contrib/scripts/checkpatch.pl deprecate LPROCFS and suggest use of
CONFIG_PROC_FS instead.

Signed-off-by: John L. Hammond <john.hammond@intel.com>
Change-Id: I801acd18b97c5c1aa474aa3960c9bfc0758e3652
Reviewed-on: http://review.whamcloud.com/13463
Tested-by: Jenkins
Reviewed-by: James Simmons <uja.ornl@gmail.com>
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
contrib/scripts/checkpatch.pl

index 6f24be5..fd8b4fd 100755 (executable)
@@ -438,6 +438,7 @@ my %dep_functions = (
 
        'cfs_rcu_head_t',               'struct rcu_head',
 
+       'LPROCFS',                      'CONFIG_PROC_FS',
        'alloca',                       'malloc',
        'mktemp',                       'mkstemp',
        'sprintf',                      'snprintf',