Re: parport oops continue in 2.3.99pre9-1

From: Mike Galbraith (mikeg@weiden.de)
Date: Sun May 14 2000 - 03:19:16 EST


On Sun, 14 May 2000, Thomas Molina wrote:

> Previously reported oops still happens with 2.3.99pre9-1. Disabling
> parport works but isn't practical since that disables printing on my
> box.

The patch posted by Russell King cures this problem here.

        -Mike

--- linux.orig/fs/Makefile Wed Mar 1 11:38:54 2000
+++ linux/fs/Makefile Sat May 13 15:44:51 2000
@@ -21,7 +21,7 @@
                 nfsd nls devpts devfs adfs partitions qnx4 udf bfs cramfs \
                 openpromfs autofs4 ramfs
 
-SUB_DIRS := partitions
+SUB_DIRS :=
 
 ifeq ($(CONFIG_QUOTA),y)
 O_OBJS += dquot.o
@@ -332,5 +332,7 @@
   M_OBJS += binfmt_elf.o
   endif
 endif
+
+SUB_DIRS += partitions
 
 include $(TOPDIR)/Rules.make

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon May 15 2000 - 21:00:24 EST