Re: XFS: how to NOT null files on fsck?

From: Chris Wedgwood
Date: Mon Jul 12 2004 - 15:02:14 EST


On Mon, Jul 12, 2004 at 05:56:11PM +0000, H. Peter Anvin wrote:

> No it won't, since if you're using file descriptors there *is* no C
> library buffer. fclose() will, though, and then call close().

Data sits in the page-cache though, and if you loose power before
that's flushed you will loose data. This is why fsync is needed to be
sure.


--cw
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/