Whamcloud - gitweb
b=2296
authorrread <rread>
Wed, 26 Nov 2003 01:26:46 +0000 (01:26 +0000)
committerrread <rread>
Wed, 26 Nov 2003 01:26:46 +0000 (01:26 +0000)
r=shaver

- Build ldlm into ptlrpc.
- Remove all the ptlrpc_ldlm_* hooks

This  almost certainly breaks building when $(SRDIR) != $(OBJDIR).

lustre/ldlm/ldlm_internal.h

index 33f8f5b..8dc312e 100644 (file)
@@ -46,3 +46,6 @@ struct ldlm_state {
         struct ldlm_bl_pool *ldlm_bl_pool;
 };
 
+int __init ldlm_init(void);
+void __exit ldlm_exit(void);
+