Staging: lustre: Mark internal functions as static
authorDarshana Padmadas <darshanapadmadas@gmail.com>
Sat, 28 Mar 2015 17:43:56 +0000 (23:13 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Apr 2015 15:35:46 +0000 (17:35 +0200)
commit0bf31f075c5138bab1a5d9c61798739424f51781
tree7b07f2d72bd60028b6bce36615a5cd4588b389b3
parent171aee168e4fe04502e2e065750dcbe0b2e0ffa9
Staging: lustre: Mark internal functions as static

This patch makes functions mgc_logname2resid, mgc_set_info_async
and mgc_init static as these are only used internally.

This also eliminates sparse warnings of the type:
warning: symbol * was not declared. Should it be static?

Signed-off-by: Darshana Padmadas <darshanapadmadas@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/mgc/mgc_request.c
This page took 0.026015 seconds and 5 git commands to generate.