Home
last modified time | relevance | path

Searched hist:"85 a62db6245a82f07a31b387915ee2180b9ea11a" (Results 1 – 2 of 2) sorted by relevance

/linux/fs/jffs2/
H A Ddebug.cdiff 85a62db6245a82f07a31b387915ee2180b9ea11a Wed Apr 23 02:17:51 CEST 2008 David Woodhouse <dwmw2@infradead.org> [JFFS2] Add paranoia debugging for superblock counts

The problem fixed in commit 014b164e1392a166fe96e003d2f0e7ad2e2a0bb7
(space leak with in-band cleanmarkers) would have been caught a lot
quicker if our paranoid debugging mode had included adding up the size
counts from all the eraseblocks and comparing the totals with the counts
in the superblock. Add that.

Make jffs2_mark_erased_block() file the newly-erased block on the
free_list before calling the debug function, to make it happy.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
H A Derase.cdiff 85a62db6245a82f07a31b387915ee2180b9ea11a Wed Apr 23 02:17:51 CEST 2008 David Woodhouse <dwmw2@infradead.org> [JFFS2] Add paranoia debugging for superblock counts

The problem fixed in commit 014b164e1392a166fe96e003d2f0e7ad2e2a0bb7
(space leak with in-band cleanmarkers) would have been caught a lot
quicker if our paranoid debugging mode had included adding up the size
counts from all the eraseblocks and comparing the totals with the counts
in the superblock. Add that.

Make jffs2_mark_erased_block() file the newly-erased block on the
free_list before calling the debug function, to make it happy.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>