Whamcloud - gitweb
Branch: b1_4
authoradilger <adilger>
Thu, 5 May 2005 16:44:59 +0000 (16:44 +0000)
committeradilger <adilger>
Thu, 5 May 2005 16:44:59 +0000 (16:44 +0000)
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

index 0a12a08..0867717 100644 (file)
@@ -44,7 +44,7 @@
 #include <linux/lprocfs_status.h>
 
 /* 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;