linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] 2.5-BK: cpqarray IDA_LOCK compile fix
@ 2002-10-18 20:24 Adam Kropelin
  0 siblings, 0 replies; only message in thread
From: Adam Kropelin @ 2002-10-18 20:24 UTC (permalink / raw)
  To: torvalds; +Cc: viro, linux-kernel

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
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-10-18 20:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-18 20:24 [PATCH] 2.5-BK: cpqarray IDA_LOCK compile fix Adam Kropelin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).