On Sun, 2009-06-07 at 15:21 +0100, Alan Cox wrote: > > diff --git a/fs/partitions/check.c b/fs/partitions/check.c > > index 99e33ef..4bc2c43 100644 > > --- a/fs/partitions/check.c > > +++ b/fs/partitions/check.c > > > You seriously want to add code to the core partition handling logic > moments before release when we know we have all sorts of devices with > weird behaviours ? > > This should be .31 stuff where we can take the time to see how it works > on all sorts of weird real world devices (eg those with 2K sector size) > and the like. Absolutely seconded. Plus this is only one of the proposals for dealing with IDE native sizes moving through the process. The other one is in libata with the gendisk proposal for alt size instead of your set_capacity callback. The last thing we want is two separate mechanisms for this, so trying to push anything upstream before we have agreement on direction is premature ... trying to send a feature as a bug fix is doubly so. James -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html