Staging: lustre: obdclass: Declare function as static
authorBhumika Goyal <bhumirks@gmail.com>
Fri, 12 Feb 2016 06:23:28 +0000 (11:53 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 Feb 2016 00:21:15 +0000 (16:21 -0800)
commit639868832a2c27455794d04ce30b5396eefbcd62
tree9671902a8a69a0bb4d66a228ce1e885634f21099
parentda58688fb02100c1275d15213d01c06565933e14
Staging: lustre: obdclass: Declare function as static

Declare the function cache_stats_print as static since it is used
only  in this file. Used grep to find occurences. Problem found using
sparse.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/obdclass/cl_object.c
This page took 0.038498 seconds and 5 git commands to generate.