mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09:00
staging: lustre: lustre: lov: lov_dev: fix sparse warning of static declaration
This patch adds a static keyword to cl_lov_device_mutex_class variable to suppress the warning of static declaration Signed-off-by: Mohammad Jamal <md.jamalmohiuddin@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
89026cbc79
commit
43a9a85aa1
@@ -60,7 +60,7 @@ struct kmem_cache *lovsub_req_kmem;
|
||||
struct kmem_cache *lov_lock_link_kmem;
|
||||
|
||||
/** Lock class of lov_device::ld_mutex. */
|
||||
struct lock_class_key cl_lov_device_mutex_class;
|
||||
static struct lock_class_key cl_lov_device_mutex_class;
|
||||
|
||||
struct lu_kmem_descr lov_caches[] = {
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user