From: rread Date: Wed, 26 Nov 2003 01:26:46 +0000 (+0000) Subject: b=2296 X-Git-Tag: v1_7_0_51~2^7~185 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=79afeed808d1dd76465f0303a10d8db47bff3fa1;p=fs%2Flustre-release.git b=2296 r=shaver - Build ldlm into ptlrpc. - Remove all the ptlrpc_ldlm_* hooks This almost certainly breaks building when $(SRDIR) != $(OBJDIR). --- 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); +