From: Charles Manning Date: Thu, 19 Aug 2010 04:00:15 +0000 (+1200) Subject: yaffs Tweak gc parameters X-Git-Tag: pre-name-change~17^2~4 X-Git-Url: http://aleph1.co.uk/gitweb/?a=commitdiff_plain;ds=sidebyside;h=aa8454786457b8b3144e8859da15ac3719cc0602;hp=aa8454786457b8b3144e8859da15ac3719cc0602;p=yaffs2.git 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 ---