staging/lustre: Make nrs_policy_get_info_locked() static
authorRocco Folino <rocco@devzen.net>
Fri, 2 Oct 2015 21:54:26 +0000 (23:54 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 4 Oct 2015 07:46:19 +0000 (08:46 +0100)
commit961354612efa9cecb98250f4f1cfd51221af8098
treef332000441bbf597b8256010c945e8aecfb6e125
parentfb320795704ccb6f4694801543f1418aedabad72
staging/lustre: Make nrs_policy_get_info_locked() static

This patch fixes the warning generated by sparse: "symbol 'nrs_policy_get_info_locked' was not
declared. Should it be static?" by declaring the function static.

Signed-off-by: Rocco Folino <rocco@devzen.net>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c