Messages in this thread Patch in this message |  | | Date | Mon, 2 Oct 2000 23:00:21 +0200 | From | Christoph Hellwig <> | Subject | Re: 2.4.0-test9-pre8 |
| |
On Mon, Oct 02, 2000 at 03:26:39PM +0200, Christoph Hellwig wrote: > On Mon, Oct 02, 2000 at 08:01:14AM -0500, Jeff Garzik wrote: > > > Christoph Hellwig sent me a better patch, with Cc: to Linus, so I hope this > > > will be fixed in test9. > > > > *nudge* Here's hoping that one of you guys will post the patch, since > > it's quite useful and I don't see it on lkml.... Otherwise it might be > > Tuesday (test9-final) before everyone else gets the fix....
Ok, yet another fix, this time it's the toplevel Makefile.
--- Makefile~ Fri Sep 29 20:46:16 2000 +++ Makefile Mon Oct 2 21:15:05 2000 @@ -176,7 +176,7 @@ DRIVERS-$(CONFIG_I2C) += drivers/i2c/i2c.o DRIVERS-$(CONFIG_PHONE) += drivers/telephony/telephony.o DRIVERS-$(CONFIG_ACPI_INTERPRETER) += drivers/acpi/acpi.o -DRIVERS-$(CONFIG_BLK_DEV_MD) += drivers/md/mddev.o +DRIVERS-$(CONFIG_MD) += drivers/md/mddev.o DRIVERS += $(DRIVERS-y) - 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/
|  |