Josh Boyer wrote: > The open call doesn't cause any writes, and close > is supposed to flush all pending writes before it returns. Oh, that's interesting. So on JFFS2, fsync() is unnecessary before close()? (On other filesystems it's necessary, of course). -- Jamie