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

From: H. Peter Anvin
Date: Mon Jul 12 2004 - 15:43:06 EST


Chris Wedgwood wrote:
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.


Correct.

-hpa
-
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/