]> git.baikalelectronics.ru Git - kernel.git/commit
STAGING: Declare request_cache as static for drivers/staging/lustre/lustre/ptlrpc...
authorSimon Guo <wei.guo.simon@gmail.com>
Sat, 30 May 2015 08:10:46 +0000 (16:10 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 31 May 2015 02:31:41 +0000 (11:31 +0900)
commit4480c91046e977ccbd5452930dfcb4da1a17a909
tree577933abb6b4dce0039c1f27fc0a065b8e5e16fc
parent26fc4794d0028823448895aeab1f08d7f7a68fc9
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 <wei.guo.simon@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/ptlrpc/client.c