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:
44fba67
)
export methods for MDT
author
tappro
<tappro>
Fri, 7 Apr 2006 14:30:31 +0000
(14:30 +0000)
committer
tappro
<tappro>
Fri, 7 Apr 2006 14:30:31 +0000
(14:30 +0000)
lustre/ptlrpc/service.c
patch
|
blob
|
history
diff --git
a/lustre/ptlrpc/service.c
b/lustre/ptlrpc/service.c
index
2c3b207
..
6c1aea3
100644
(file)
--- a/
lustre/ptlrpc/service.c
+++ b/
lustre/ptlrpc/service.c
@@
-808,12
+808,14
@@
int ptlrpc_thread_key_register(struct ptlrpc_thread_key *key)
spin_unlock(&keys_guard);
return result;
}
+EXPORT_SYMBOL(ptlrpc_thread_key_register);
void *ptlrpc_thread_key_get(struct ptlrpc_thread *t,
struct ptlrpc_thread_key *key)
{
return t->t_key_values[key->ptk_index];
}
+EXPORT_SYMBOL(ptlrpc_thread_key_get);
static void keys_fini(struct ptlrpc_thread *t)
{