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

Declare mdc_get_lustre_md, mdc_free_lustre_md and
mdc_clear_open_replay_data as static since they are used only
in this particular file. Also remove corresponding declarations
from header files.

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/mdc/mdc_internal.h
drivers/staging/lustre/lustre/mdc/mdc_request.c