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

Declare fld_cache_entry_delete and fld_cache_insert_nolock 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>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/fld/fld_cache.c
drivers/staging/lustre/lustre/fld/fld_internal.h
This page took 0.024705 seconds and 5 git commands to generate.