[PATCH] 2.5-BK: cpqarray IDA_LOCK compile fix

Adam Kropelin (adam@kroptech.com)
Fri, 18 Oct 2002 16:24:26 -0400


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/