From 14814b98ae48466b93bf50739341919fc85544a5 Mon Sep 17 00:00:00 2001 From: yangsheng Date: Tue, 2 Sep 2008 04:58:20 +0000 Subject: [PATCH] Branch b1_8_gate b=16208 i=johann, adilger Bring down the stack usage --- lustre/include/obd_class.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/include/obd_class.h b/lustre/include/obd_class.h index 6b6e13e..0f41122 100644 --- a/lustre/include/obd_class.h +++ b/lustre/include/obd_class.h @@ -58,6 +58,7 @@ /* OBD Device Declarations */ extern struct obd_device *obd_devs[MAX_OBD_DEVICES]; extern spinlock_t obd_dev_lock; +extern cfs_mem_cache_t *obd_lvfs_ctxt_cache; /* OBD Operations Declarations */ extern struct obd_device *class_conn2obd(struct lustre_handle *); -- 1.8.3.1