From 79afeed808d1dd76465f0303a10d8db47bff3fa1 Mon Sep 17 00:00:00 2001 From: rread Date: Wed, 26 Nov 2003 01:26:46 +0000 Subject: [PATCH] b=2296 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lustre/ldlm/ldlm_internal.h b/lustre/ldlm/ldlm_internal.h index 33f8f5b..8dc312e 100644 --- a/lustre/ldlm/ldlm_internal.h +++ b/lustre/ldlm/ldlm_internal.h @@ -46,3 +46,6 @@ struct ldlm_state { struct ldlm_bl_pool *ldlm_bl_pool; }; +int __init ldlm_init(void); +void __exit ldlm_exit(void); + -- 1.8.3.1