All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jerome Chantelauze <jerome.chantelauze@finix.eu.org>
To: Alan Cox <alan@redhat.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Linux 2.4.22-pre6-ac1
Date: Fri, 25 Jul 2003 11:01:23 +0200	[thread overview]
Message-ID: <20030725090123.GA18894@i486X33> (raw)
In-Reply-To: <200307181212.h6ICCQ925343@devserv.devel.redhat.com>

On Fri, Jul 18, 2003 at 08:12:26AM -0400, Alan Cox wrote:
> Took rather longer than planned but here we are:
> 
> Linux 2.4.22-pre6-ac1

Hi Alan

Linux 2.4.22-pre6-ac1 doesn't build with the option 
"Old hard disk (MFM/RLL/IDE) driver" (CONFIG_BLK_DEV_HD_ONLY=y).

This (trivial) patch fixes the problem. Please consider including it in
the next -ac kernel.

=========
--- drivers/ide/Makefile.orig   Fri Jul 25 10:09:02 2003
+++ drivers/ide/Makefile        Fri Jul 25 10:18:24 2003
@@ -54,6 +54,7 @@
   obj-y                += arm/idedriver-arm.o
 else
   ifeq ($(CONFIG_BLK_DEV_HD_ONLY),y)
+       subdir-$(CONFIG_BLK_DEV_HD_ONLY) += legacy
        obj-y   += legacy/idedriver-legacy.o
   endif
 endif
=========

I proposed this patch one month ago (Linux 2.4.21-pre8) and though you
approved it on Friday June 13, it has never been included in the 2.4.22
kernels.

Regards

--
Jerome Chantelauze.

      parent reply	other threads:[~2003-07-25  8:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-18 12:12 Linux 2.4.22-pre6-ac1 Alan Cox
2003-07-18 12:17 ` Christoph Hellwig
2003-07-18 13:02   ` Alan Cox
2003-07-25  9:01 ` Jerome Chantelauze [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030725090123.GA18894@i486X33 \
    --to=jerome.chantelauze@finix.eu.org \
    --cc=alan@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.