Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b6a427
)
mark local declaration "static"
author
nikita
<nikita>
Mon, 3 Apr 2006 15:29:52 +0000
(15:29 +0000)
committer
nikita
<nikita>
Mon, 3 Apr 2006 15:29:52 +0000
(15:29 +0000)
lustre/obdclass/obd_config.c
patch
|
blob
|
history
diff --git
a/lustre/obdclass/obd_config.c
b/lustre/obdclass/obd_config.c
index
f06a1ba
..
90e1260
100644
(file)
--- 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)
{