From 8d5dab1e7b46e1f410a5013d4d15e34e6ad5c74b Mon Sep 17 00:00:00 2001 From: nikita Date: Mon, 3 Apr 2006 15:29:52 +0000 Subject: [PATCH] mark local declaration "static" --- lustre/obdclass/obd_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/obdclass/obd_config.c b/lustre/obdclass/obd_config.c index f06a1ba..90e1260 100644 --- a/lustre/obdclass/obd_config.c +++ b/lustre/obdclass/obd_config.c @@ -509,7 +509,7 @@ 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(char * prof) { -- 1.8.3.1