The following is needed in current BK for cpqarray to build properly.
--Adam
--- linus-2.5/drivers/block/cpqarray.h.orig	Fri Oct 18 16:18:11 2002
+++ linus-2.5/drivers/block/cpqarray.h	Fri Oct 18 16:18:31 2002
@@ -118,7 +118,7 @@
 	unsigned int misc_tflags;
 };
 
-#define IDA_LOCK(i)	(&hba[i]->queue)
+#define IDA_LOCK(i)	(&hba[i]->lock)
 
 #endif
 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/