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 <[EMAIL PROTECTED]>
* SuSE Labs
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to