The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: viro@parcelfarce.linux.theplanet.co.uk
To: Linus Torvalds <torvalds@transmeta.com>
Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org,
	"Adam J. Richter" <adam@yggdrasil.com>
Subject: [FIX] Re: 2.5.70-bk[56] breaks disk partitioning with multiple IDE disks
Date: Mon, 2 Jun 2003 00:53:33 +0100	[thread overview]
Message-ID: <20030601235333.GN9502@parcelfarce.linux.theplanet.co.uk> (raw)
In-Reply-To: <200306012259.h51Mx2i14095@freya.yggdrasil.com>

On Sun, Jun 01, 2003 at 03:59:02PM -0700, Adam J. Richter wrote:
> 	Disk partition under linux-2.5.70-bk[56] systems with two
> IDE disks is broken.  Under these kernels, the first disk gets
> the partitioning of the second disk.  Reverting drivers/ide/ide.c
> to the 2.5.70-bk4 version makes the problem go away.

vi drivers/ide/ide.c -c'/drive->list.*driver->drives/s/list_add/&_tail/|x'

Now that we use idedefault_driver.drives instead of ata_unused, the order
of drives on the driver->drives becomes significant; note that when we added
to ata_unused, we had done that to the end of list.

  reply	other threads:[~2003-06-01 23:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-01 22:59 2.5.70-bk[56] breaks disk partitioning with multiple IDE disks Adam J. Richter
2003-06-01 23:53 ` viro [this message]
2003-06-02  1:49   ` [FIX] " Linus Torvalds
2003-06-02  2:09     ` viro

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=20030601235333.GN9502@parcelfarce.linux.theplanet.co.uk \
    --to=viro@parcelfarce.linux.theplanet.co.uk \
    --cc=adam@yggdrasil.com \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox