This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: FAT FS enhancements


On Tue, Oct 19, 2004 at 01:44:02PM +0200, Daniel N?ri wrote:
> Andrew Lunn <andrew@lunn.ch> writes:
> 
> > POSIX only has sync() 
> 
> And fsync(2).

I was thinking in terms of filesystems, not files. If you are talking
about files you have a couple of options such as fdatasync() and
fsync(). But the current fatfs would have difficult implemeting these
since the block layer has no concept of which blocks belong to which
file or the metadata for a file.

        Andrew


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]