From: nikita Date: Mon, 3 Apr 2006 15:29:52 +0000 (+0000) Subject: mark local declaration "static" X-Git-Tag: v1_8_0_110~486^2~2112 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=8d5dab1e7b46e1f410a5013d4d15e34e6ad5c74b;p=fs%2Flustre-release.git mark local declaration "static" --- 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) {