Staging: lustre: lov: Declare local functions as static
authorShraddha Barke <shraddha.6596@gmail.com>
Sat, 31 Oct 2015 10:28:45 +0000 (15:58 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Nov 2015 04:02:47 +0000 (20:02 -0800)
commit2408e54dcab7f6faa0099a3cc0f67e2e823c2321
treed62385beb35f3d0e3c403fe1c29852863d8cb66c
parent4b520fef890f0963e96496ec4291a98e8f4629a3
Staging: lustre: lov: Declare local functions as static

Declare functions lov_set_add_req, lov_set_finished, lov_update_set,
lov_check_and_wait_active and lov_update_statfs as static since
they are used only in this particular file. Also remove corresponding
declarations from header file.

Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/lov/lov_internal.h
drivers/staging/lustre/lustre/lov/lov_request.c
This page took 0.024875 seconds and 5 git commands to generate.