Whamcloud - gitweb
mark local declaration "static"
authornikita <nikita>
Mon, 3 Apr 2006 15:29:52 +0000 (15:29 +0000)
committernikita <nikita>
Mon, 3 Apr 2006 15:29:52 +0000 (15:29 +0000)
lustre/obdclass/obd_config.c

index f06a1ba..90e1260 100644 (file)
@@ -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)
 {