Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 315c928b authored by Pedro Marzo Perez's avatar Pedro Marzo Perez Committed by Greg Kroah-Hartman
Browse files

Staging: lustre: make obd_device_cachep static



Variable obd_device_cachep is only used inside the file it is declared,
so it is better set as static

Signed-off-by: default avatarPedro Marzo Perez <marzo.pedro@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9c7e397c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@

spinlock_t obd_types_lock;

struct kmem_cache *obd_device_cachep;
static struct kmem_cache *obd_device_cachep;
struct kmem_cache *obdo_cachep;
EXPORT_SYMBOL(obdo_cachep);
static struct kmem_cache *import_cachep;