[PATCH] 2.5-BK: cpqarray IDA_LOCK compile fix

From: Adam Kropelin (adam@kroptech.com)
Date: Fri Oct 18 2002 - 15:24:26 EST


Linus, Al,

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/



This archive was generated by hypermail 2b29 : Wed Oct 23 2002 - 22:00:44 EST