* [PATCH] make drivers/block/ps2esdi.c compile (2.4.4)
@ 2001-05-20 18:39 Rasmus Andersen
0 siblings, 0 replies; only message in thread
From: Rasmus Andersen @ 2001-05-20 18:39 UTC (permalink / raw)
To: stud11; +Cc: linux-kernel
Hi.
The following trivial patch against 2.4.4(-ac11) makes ps2esdi compile.
--- linux-244-ac10-clean/drivers/block/ps2esdi.c Sat May 19 21:06:29 2001
+++ linux-244-ac10/drivers/block/ps2esdi.c Sun May 20 14:47:04 2001
@@ -953,10 +953,10 @@
break;
}
if(ending != -1) {
- spin_lock_irqsave(io_request_lock, flags);
+ spin_lock_irqsave(&io_request_lock, flags);
end_request(ending);
do_ps2esdi_request(BLK_DEFAULT_QUEUE(MAJOR_NR));
- spin_unlock_irqrestore(io_request_lock, flags);
+ spin_unlock_irqrestore(&io_request_lock, flags);
}
} /* handle interrupts */
--
Regards,
Rasmus(rasmus@jaquet.dk)
The difference between theory and practice is that, in theory, there is
no difference between theory and practice. -- Anonymous
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-05-20 18:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-20 18:39 [PATCH] make drivers/block/ps2esdi.c compile (2.4.4) Rasmus Andersen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox