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:
a4da590
)
Branch: b1_6
author
wangdi
<wangdi>
Fri, 4 Jul 2008 16:23:49 +0000
(16:23 +0000)
committer
wangdi
<wangdi>
Fri, 4 Jul 2008 16:23:49 +0000
(16:23 +0000)
minor cleanup
lustre/obdclass/genops.c
patch
|
blob
|
history
diff --git
a/lustre/obdclass/genops.c
b/lustre/obdclass/genops.c
index
83053ae
..
34ad584
100644
(file)
--- a/
lustre/obdclass/genops.c
+++ b/
lustre/obdclass/genops.c
@@
-768,6
+768,7
@@
void class_import_put(struct obd_import *import)
EXIT;
}
+EXPORT_SYMBOL(class_import_put);
void class_import_destroy(struct obd_import *import)
{
@@
-793,7
+794,6
@@
void class_import_destroy(struct obd_import *import)
OBD_FREE_RCU(import, sizeof(*import), &import->imp_handle);
EXIT;
}
-EXPORT_SYMBOL(class_import_put);
static void init_imp_at(struct imp_at *at) {
int i;