svn commit: r233073 - projects/nand/sys/geom
Adrian Chadd
adrian at freebsd.org
Sat Mar 17 19:37:21 UTC 2012
Hiya,
If you're going to add new BIOs, can I possibly request we add a
"BIO_WRITE" variant for NOR flash, that can be interpreted as "don't
do a read-modify-write, but simply write over whatever the underlying
storage device has" ?
That way NOR flash filesystems can do incremental writes of pages
without having to do a read/erase/modify/write pass, where the erase
is very very expensive.
Thanks,
Adrian
More information about the svn-src-projects
mailing list