commit | b183c11217e10c274720795daed5703c2186a459 | [log] [tgz] |
---|---|---|
author | Tal Shorer <tal.shorer@gmail.com> | Sun Apr 05 13:54:09 2015 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Apr 05 18:43:28 2015 +0200 |
tree | ea31b395629c25e5d9fc1c3b24ef1bc1e57909da | |
parent | 97498bb5764b8ddb3e14f7699c50e6bacbc4581c [diff] |
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>