On 7/31/05, Al Boldi <[EMAIL PROTECTED]> wrote:
> Martin Jambor wrote: {
> On 7/31/05, Al Boldi <[EMAIL PROTECTED]> wrote:
> > Is it possible to instruct the FS to delay metadata update until after
> > a filedata sync?
>
> If you delayed any update until after a sync it wouldn't be a sync anymore,
> would it?
> }
>
> True, but what about an implied MetaData sync _after_ a FileData sync?
What do you mean by "sync?" If you mean an operation that brings an on
disk image of a filesystem into a consistent state then you cannot
delay any writeout until after it.
If you mean an ordinary update of the file (and directory) contents
then such capability must be coded at the filesystem level because
only the specific filesystem knows what are metadata and what are data
and what files different metadata belong to.
HTH
Martin
-
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html