]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9f604a8089015837d58bd92eeb4e8ae11ae12d23
treef332000441bbf597b8256010c945e8aecfb6e125
parentbe50d7a0f2096baae36f56f2deb2b6c0eb19d302
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