From a6de1b6676663ccc80234523bd3ad4d5ea1b2a75 Mon Sep 17 00:00:00 2001 From: adilger Date: Thu, 5 May 2005 16:44:59 +0000 Subject: [PATCH] Branch: b1_4 Bump the maximum number of devices as a short-term solution. The long-term solution to allocate these structs is under implementation but not ready for a 1.4.2 release. b=6242 --- lustre/include/linux/obd_class.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/include/linux/obd_class.h b/lustre/include/linux/obd_class.h index 0a12a08..0867717 100644 --- a/lustre/include/linux/obd_class.h +++ b/lustre/include/linux/obd_class.h @@ -44,7 +44,7 @@ #include /* OBD Device Declarations */ -#define MAX_OBD_DEVICES 256 +#define MAX_OBD_DEVICES 520 extern struct obd_device obd_dev[MAX_OBD_DEVICES]; extern spinlock_t obd_dev_lock; -- 1.8.3.1