]> 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)
commitd18c19c814c709d95769d4c257e9c9dff68b90e8
treef332000441bbf597b8256010c945e8aecfb6e125
parentb36d3aba7dc3c9a2db84d9285d62f5c22996181c
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