Staging: lustre: remove extern in .c file
authorHaneen Mohammed <hamohammed.sa@gmail.com>
Sat, 21 Mar 2015 05:51:35 +0000 (08:51 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Mar 2015 21:14:55 +0000 (22:14 +0100)
commit381ca677af0a898af0e19002ea445055e6f0923a
tree9271939bcec113d7d4ceaeb77bec603060288f8d
parent5fb0acb435c92760c4157df134e88103f1461b32
Staging: lustre: remove extern in .c file

This patch removes extern from .c file; for the variable is not used
anywhere else in the file.
In addition, it mark it static in the one file it is in
"ldlm_resource.c".

Signed-off-by: Haneen Mohammed <hamohammed.sa@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/ldlm/ldlm_pool.c
drivers/staging/lustre/lustre/ldlm/ldlm_resource.c
This page took 0.025427 seconds and 5 git commands to generate.