Re: [PATCH 2/9] sector_t format string

Roman Zippel <[email protected]> Thu, 10 Aug 2006 18:43:43 +0200 (CEST)
Newsgroups gmane.linux.kernel,gmane.comp.file-systems.ext2.devel,gmane.linux.file-systems
Message-ID <[email protected]>
Hi,

On Thu, 10 Aug 2006, John Stoffel wrote:

> The problem as I see it, is that you want extents, but you don't want
> the RAM/DISK/ROM penalty of 64bit blocks, since embedded devices won't
> ever go past the existing ext3 sizes, right?
> 
> Is this a more clear statement of what you want?

This is only about the runtime penalty. I'm less concerned about the disk 
structures, as soon as you use extents it's often more efficient than the 
current structure anyway.

bye, Roman