From 5639b66882d6e53e97ad2f799f8aba1efecce9e9 Mon Sep 17 00:00:00 2001 From: "John L. Hammond" Date: Mon, 19 Jan 2015 20:29:29 -0600 Subject: [PATCH] LU-5275 build: add LPROCFS to the deprecated symbol list In contrib/scripts/checkpatch.pl deprecate LPROCFS and suggest use of CONFIG_PROC_FS instead. Signed-off-by: John L. Hammond Change-Id: I801acd18b97c5c1aa474aa3960c9bfc0758e3652 Reviewed-on: http://review.whamcloud.com/13463 Tested-by: Jenkins Reviewed-by: James Simmons Reviewed-by: Dmitry Eremin Reviewed-by: Bob Glossman Tested-by: Maloo Reviewed-by: Oleg Drokin --- contrib/scripts/checkpatch.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/scripts/checkpatch.pl b/contrib/scripts/checkpatch.pl index 6f24be5..fd8b4fd 100755 --- a/contrib/scripts/checkpatch.pl +++ b/contrib/scripts/checkpatch.pl @@ -438,6 +438,7 @@ my %dep_functions = ( 'cfs_rcu_head_t', 'struct rcu_head', + 'LPROCFS', 'CONFIG_PROC_FS', 'alloca', 'malloc', 'mktemp', 'mkstemp', 'sprintf', 'snprintf', -- 1.8.3.1