From: yangsheng Date: Tue, 2 Sep 2008 04:58:20 +0000 (+0000) Subject: Branch b1_8_gate X-Git-Tag: v1_7_100~1^419~2 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=14814b98ae48466b93bf50739341919fc85544a5;p=fs%2Flustre-release.git Branch b1_8_gate b=16208 i=johann, adilger Bring down the stack usage --- 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 *);