1
0
Fork 0

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>
hifive-unleashed-5.1
Bhumika Goyal 2016-02-12 11:53:28 +05:30 committed by Greg Kroah-Hartman
parent da58688fb0
commit 639868832a
1 changed files with 2 additions and 1 deletions

View File

@ -362,7 +362,8 @@ void cache_stats_init(struct cache_stats *cs, const char *name)
atomic_set(&cs->cs_stats[i], 0);
}
int cache_stats_print(const struct cache_stats *cs, struct seq_file *m, int h)
static int cache_stats_print(const struct cache_stats *cs,
struct seq_file *m, int h)
{
int i;
/*