From: Simon Guo Date: Sat, 30 May 2015 08:10:46 +0000 (+0800) Subject: STAGING: Declare request_cache as static for drivers/staging/lustre/lustre/ptlrpc... X-Git-Tag: omap-for-v4.3/legacy-v2-signed~121^2~467 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7257f9d1ac2e06a10f753d65ce819de70cf678fa;p=pandora-kernel.git STAGING: Declare request_cache as static for drivers/staging/lustre/lustre/ptlrpc/client.c Declare request_cache variable as static. It is only used by drivers/staging/lustre/lustre/ptlrpc/client.c, and its naming is common which will lead to namespace pollution. Signed-off-by: Simon Guo Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed