public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* mtd/fs/jffs2 nodemgmt.c,1.115,1.116
@ 2005-01-24 21:58 Thomas Gleixner
  2005-01-24 22:09 ` David Woodhouse
  2005-01-25 10:13 ` Estelle HAMMACHE
  0 siblings, 2 replies; 7+ messages in thread
From: Thomas Gleixner @ 2005-01-24 21:58 UTC (permalink / raw)
  To: Estelle HAMMACHE; +Cc: linux-mtd

> - avoid filing blocks on the clean list when they have wasted
> space

That's plain wrong. 

Wasted space was introduced to prevent endless garbage collection.
Wasted space is unreclaimable, because it is less than the minimum node
size. It's totally correct to file those blocks on the clean list,
because GC _cannot_ reclaim the wasted space. 

This patch just reinvents the endless GC loop. Please revert.

tglx

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-01-26  9:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-24 21:58 mtd/fs/jffs2 nodemgmt.c,1.115,1.116 Thomas Gleixner
2005-01-24 22:09 ` David Woodhouse
2005-01-25 11:17   ` Estelle HAMMACHE
2005-01-26  9:31     ` Estelle HAMMACHE
2005-01-25 10:13 ` Estelle HAMMACHE
2005-01-25 10:58   ` Thomas Gleixner
2005-01-25 11:55     ` Artem B. Bityuckiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox