Re: linux-2.4.0 breaks grub install into partition

From: David Woodhouse (dwmw2@infradead.org)
Date: Tue Jul 11 2000 - 03:28:51 EST


galibert@pobox.com said:
> I'm just asking for write(/dev/hda1) being identical (would it be
> working or non-working) to write(/dev/hda+appropriate sector offset).
> Nothing more, nothing less.

The ironic thing is that it _is_ identical in almost every block device -
each of which adds the appropriate start_sect value to the sector in each
request, then treats it as a request on the raw device.

It's only in the cache that it's broken.

We're doing the partition translation at the wrong level. We should shift
it up so that the cache is coherent, and the same partition munging doesn't
have to be replicated in _every_ block device which wants to handle
partitions.

--
dwmw2

- 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 : Sat Jul 15 2000 - 21:00:12 EST