Staging: lustre: osc: Declare local functions as static
authorShraddha Barke <shraddha.6596@gmail.com>
Fri, 30 Oct 2015 15:29:09 +0000 (20:59 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Nov 2015 04:02:47 +0000 (20:02 -0800)
commit74d4ec114972d0ea0489db2d1fb772b9d5bd64ce
tree8a116cc5cbaa4ab48d085638db73995af5987099
parent66a9c9a8c2fa23476dc2701a69ad09cc3ecf2146
Staging: lustre: osc: Declare local functions as static

Declare osc_real_create, osc_create and osc_cleanup as static
since they are used only in this particular file. Also remove the
corresponding declarations from header file.

Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/osc/osc_internal.h
drivers/staging/lustre/lustre/osc/osc_request.c
This page took 0.024852 seconds and 5 git commands to generate.