[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1460495314-31976-1-git-send-email-iban.rodriguez@ono.com>
Date: Tue, 12 Apr 2016 23:08:34 +0200
From: Iban Rodriguez <iban.rodriguez@....com>
To: Oleg Drokin <oleg.drokin@...el.com>,
Andreas Dilger <andreas.dilger@...el.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Arnd Bergmann <arnd@...db.de>,
Shraddha Barke <shraddha.6596@...il.com>,
Dmitry Eremin <dmitry.eremin@...el.com>,
Mike Rapoport <mike.rapoport@...il.com>,
Julia Lawall <Julia.Lawall@...6.fr>
Cc: lustre-devel@...ts.lustre.org, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org,
Iban Rodriguez <iban.rodriguez@....com>
Subject: Staging: lustre: Make lustre_profile_list static
Variable lustre_profile_list is only used inside obd_config.c,
better make it static
Signed-off-by: Iban Rodriguez <iban.rodriguez@....com>
---
drivers/staging/lustre/lustre/obdclass/obd_config.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/lustre/lustre/obdclass/obd_config.c b/drivers/staging/lustre/lustre/obdclass/obd_config.c
index 5395e994deab..8d484633b83a 100644
--- a/drivers/staging/lustre/lustre/obdclass/obd_config.c
+++ b/drivers/staging/lustre/lustre/obdclass/obd_config.c
@@ -606,7 +606,7 @@ static int class_del_conn(struct obd_device *obd, struct lustre_cfg *lcfg)
return rc;
}
-LIST_HEAD(lustre_profile_list);
+static LIST_HEAD(lustre_profile_list);
struct lustre_profile *class_get_profile(const char *prof)
{
--
1.9.1
Powered by blists - more mailing lists