From: tappro Date: Fri, 7 Apr 2006 14:30:31 +0000 (+0000) Subject: export methods for MDT X-Git-Tag: v1_8_0_110~486^2~2074 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=e7503e97776f7c7e2b5d1f55a0839c123d7b1281;p=fs%2Flustre-release.git export methods for MDT --- diff --git a/lustre/ptlrpc/service.c b/lustre/ptlrpc/service.c index 2c3b207..6c1aea3 100644 --- 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) {