yaffs: By default route all writes into the yaffs cache
authorCharles Manning <cdhmanning@gmail.com>
Thu, 14 Jun 2012 22:16:42 +0000 (10:16 +1200)
committerCharles Manning <cdhmanning@gmail.com>
Tue, 19 Jun 2012 02:34:58 +0000 (14:34 +1200)
commit4b745e6080b0e0283e1e2f1de044760a8245e227
tree757a6457f9a1fee0821cf763b3eb808f813131b9
parentf579840dc5fa33617b3c99bf184024373941066a
yaffs: By default route all writes into the yaffs cache

In the past only non-aligned or inband-tags writes were written
into the internal cache. However the cache has some benefits
with certain write patterns, so the default has been changed to
always write into the cache.

A control parameter has been added to bypass the cache for aligned writes.

Signed-off-by: Charles Manning <cdhmanning@gmail.com>
yaffs_guts.c
yaffs_guts.h