Re: Ext2, fsync() and MTA's?

Stephen C. Tweedie (sct@redhat.com)
Tue, 22 May 2001 17:57:59 +0100


Hi,

On Tue, May 22, 2001 at 11:54:55AM -0500, Oliver Xymoron wrote:

> > > > That's probably the right thing to add.
> > >
> > > I'd vote for an async flag instead.
> >
> > Why??? Why change the default behaviour to be something much slower?
>
> I was suggesting an async flag _in addition_ to the sync flag, both
> propagating to subdirs. Nice and orthogonal.

The whole problem is that the flag applies to both files and
directories, but we often only want it enforced on directories
(because we already have fsync for files). Adding another orthogonal
file+dir async flag won't help that at all.

Cheers,
Stephen
-
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/