]> git.baikalelectronics.ru Git - kernel.git/commit
Staging: lustre: ptlrcpc: sec: Declare local functions as static
authorShraddha Barke <shraddha.6596@gmail.com>
Mon, 5 Oct 2015 00:02:39 +0000 (05:32 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Oct 2015 09:21:08 +0000 (10:21 +0100)
commit91a8f6a499b41ee9492c66bd8b2625cc7c2abc70
tree288c46445f2393b7ed9a38867a45dd95afef539a
parent04dd517d671823387ab34113f965b9347feae70c
Staging: lustre: ptlrcpc: sec: Declare local functions as static

Declare functions sptlrpc_secflags2str, sptlrpc_sec_get and
sptlrpc_svc_install_rvs_ctx as static since they are used only
in this particular file. Also remove them from corresponding
header files.

Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/include/lustre_sec.h
drivers/staging/lustre/lustre/ptlrpc/sec.c