Whamcloud - gitweb
extern/static fix
authorpschwan <pschwan>
Mon, 24 Jun 2002 06:02:26 +0000 (06:02 +0000)
committerpschwan <pschwan>
Mon, 24 Jun 2002 06:02:26 +0000 (06:02 +0000)
lustre/ldlm/ldlm_lock.c

index 33e8807..89b0fe7 100644 (file)
@@ -19,7 +19,7 @@
 #include <linux/lustre_dlm.h>
 #include <linux/lustre_mds.h>
 
-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;