]> git.baikalelectronics.ru Git - kernel.git/commit
staging: lustre: fix sparse warning
authorTal Shorer <tal.shorer@gmail.com>
Sun, 5 Apr 2015 10:54:09 +0000 (13:54 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 5 Apr 2015 16:43:28 +0000 (18:43 +0200)
commit69240c29ba8de59b30f28511743e4ea1d193e70e
treeea31b395629c25e5d9fc1c3b24ef1bc1e57909da
parente097fcba2fc8bad437a112db82e1972bd2a09506
staging: lustre: fix sparse warning

Sparse reports:

drivers/staging/lustre/lustre/obdclass/obd_mount.c:1284:6: warning:
 symbol 'lustre_kill_super' was not declared. Should it be static?

Fix this warning by making lustre_kill_super static.
It is not used outside this file.

Signed-off-by: Tal Shorer <tal.shorer@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/obdclass/obd_mount.c