Whamcloud - gitweb
export methods for MDT
authortappro <tappro>
Fri, 7 Apr 2006 14:30:31 +0000 (14:30 +0000)
committertappro <tappro>
Fri, 7 Apr 2006 14:30:31 +0000 (14:30 +0000)
lustre/ptlrpc/service.c

index 2c3b207..6c1aea3 100644 (file)
@@ -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)
 {