From ddbb271ee256d125d2517fa19e721eba57250666 Mon Sep 17 00:00:00 2001 From: pschwan Date: Mon, 24 Jun 2002 06:02:26 +0000 Subject: [PATCH] extern/static fix --- lustre/ldlm/ldlm_lock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/ldlm/ldlm_lock.c b/lustre/ldlm/ldlm_lock.c index 33e8807..89b0fe7 100644 --- a/lustre/ldlm/ldlm_lock.c +++ b/lustre/ldlm/ldlm_lock.c @@ -19,7 +19,7 @@ #include #include -kmem_cache_t *ldlm_lock_slab; +extern kmem_cache_t *ldlm_lock_slab; int (*mds_reint_p)(int offset, struct ptlrpc_request *req) = NULL; int (*mds_getattr_name_p)(int offset, struct ptlrpc_request *req) = NULL; -- 1.8.3.1