Whamcloud - gitweb
Branch b1_8_gate
authoryangsheng <yangsheng>
Tue, 2 Sep 2008 04:58:20 +0000 (04:58 +0000)
committeryangsheng <yangsheng>
Tue, 2 Sep 2008 04:58:20 +0000 (04:58 +0000)
b=16208
i=johann, adilger

Bring down the stack usage

lustre/include/obd_class.h

index 6b6e13e..0f41122 100644 (file)
@@ -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 *);