lkml.org 
[lkml]   [2009]   [Jan]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [GIT PULL] Squashfs pull request for 2.6.29
On Fri, 9 January 2009 11:37:39 -0800, David Brown wrote:
> On Fri, Jan 09, 2009 at 05:54:22PM +0100, Jörn Engel wrote:
> >
> >In general, filesystems and ABI changes are special because stupid
> >mistakes are eternal. If some device driver has a bug, you can fix it,
> >reboot and be done with it. Not so with filesystems.
>
> Squashfs is readonly from the kernel. The images are created with
> userspace tools.

While true, it doesn't make a difference. If, for example, your
structures members are not naturally aligned, you take a performance hit
for no good reason. Simply moving fields around would make the code
go faster. But the format is fixed and prevents you from making this
change.

You have to get those things right from the beginning or pay for your
mistakes everafter. In general (and I stress "In general") filesystems
want more review than ordinary device drivers. And just to stress that
again, this is not an argument against merging squashfs now.

Jörn

--
Simplicity is prerequisite for reliability.
-- Edsger W. Dijkstra
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2009-01-09 22:23    [W:0.124 / U:0.276 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site