Is JFFS a full featured filesystem?
Alexander Larsson
alex at cendio.se
Wed Aug 2 10:13:24 EDT 2000
On Wed, 2 Aug 2000, David Woodhouse wrote:
>
> alex at cendio.se said:
> > This could cause consistancy problems though, because we're not using
> > the (possibly modified) mmaped data when writing directly to a file,
> > we also in some way guarantee that all writes are done to the log in
> > the correct order. It will also be an inefficient way to write data to
> > jffs, since we have to rewrite whole pages instead of only the written
> > part.
>
> I believe that we can address both of those problems - we can write data
> directly from the page cache and we can also work out which ranges within
> a page have actually been dirtied.
Exactly how did you plan to work out the dirty ranges? Compare with
on-flash contents?
/ Alex
To unsubscribe, send "unsubscribe mtd" to majordomo at infradead.org
More information about the linux-mtd
mailing list