From: Fabian Frederick Date: Wed, 4 Feb 2015 18:44:34 +0000 (+0100) Subject: staging: lustre: make obd_updatemax_lock static X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6acbd7523d93946844b79c3fe684491b0b06de6e;p=linux-beck.git staging: lustre: make obd_updatemax_lock static obd_updatemax_lock is only used in class_obd.c Signed-off-by: Fabian Frederick Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lustre/obdclass/class_obd.c b/drivers/staging/lustre/lustre/obdclass/class_obd.c index 89a3fb2e56b2..29456e1ad225 100644 --- a/drivers/staging/lustre/lustre/obdclass/class_obd.c +++ b/drivers/staging/lustre/lustre/obdclass/class_obd.c @@ -61,7 +61,7 @@ __u64 obd_alloc; EXPORT_SYMBOL(obd_alloc); __u64 obd_pages; EXPORT_SYMBOL(obd_pages); -DEFINE_SPINLOCK(obd_updatemax_lock); +static DEFINE_SPINLOCK(obd_updatemax_lock); /* The following are visible and mutable through /proc/sys/lustre/. */ unsigned int obd_alloc_fail_rate = 0;