Re: test13-pre4... udf problem with dvd access vs test12

From: Jens Axboe (axboe@suse.de)
Date: Mon Dec 25 2000 - 11:13:05 EST


On Mon, Dec 25 2000, Mohammad A. Haque wrote:
> Jens, I made sure to reverse the udf patch I mentioned in another thread
> (all it really is merging changes from linux-udf cvs into the current
> kernel). So this is from a clean test13-pre4 w/ some netfilter fixes.

Ok, looks unrelated however.

> >>EIP; c019c017 <cdrom_log_sense+f/68> <=====

Yes I know about this one, I've attached the patch here again. Linus,
could you apply?

--- drivers/ide/ide-cd.c~ Sat Dec 23 23:59:52 2000
+++ drivers/ide/ide-cd.c Sun Dec 24 00:03:38 2000
@@ -333,7 +333,7 @@
 {
         int log = 0;
 
- if (sense == NULL || pc->quiet)
+ if (sense == NULL || pc == NULL || pc->quiet)
                 return 0;
 
         switch (sense->sense_key) {

-- 
* Jens Axboe <axboe@suse.de>
* SuSE Labs
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Dec 31 2000 - 21:00:08 EST