yaffs Tweak gc parameters
authorCharles Manning <cdhmanning@gmail.com>
Thu, 19 Aug 2010 04:00:15 +0000 (16:00 +1200)
committerCharles Manning <cdhmanning@gmail.com>
Thu, 19 Aug 2010 04:00:15 +0000 (16:00 +1200)
commitaa8454786457b8b3144e8859da15ac3719cc0602
treea46417c81f9ed04cc022394ceb8b09d7bbdfeb68
parentb76bff5557ccc92df456fd7b1cd13c8b061cda07
yaffs   Tweak gc parameters

This will reduce unnecessary garbace collection by limiting in-thread garbage
collection to when the garbage > 3/4 of the free space.

This should push more gc into background and make the write path faster.

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