lkml.org 
[lkml]   [2000]   [Jul]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: linux-2.4.0 breaks grub install into partition
Date

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/

\
 
 \ /
  Last update: 2005-03-22 13:57    [W:0.056 / U:0.536 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site