[JFFS2][SUMMARY] Fix a summary collecting bug.
authorHavasi Ferenc <haf@kpax.(none)>
Tue, 5 Sep 2006 14:08:58 +0000 (16:08 +0200)
committerDavid Woodhouse <dwmw2@infradead.org>
Sat, 16 Sep 2006 08:08:12 +0000 (09:08 +0100)
commitd882687c51b52424a56992578ce7636b3f3c8d41
tree8fe45bdeb4dbd36ad25e4d6764ede7431d4a1dd8
parentfa6c220a7f01257b1c2c4203d48aaaedb0c4416f
[JFFS2][SUMMARY] Fix a summary collecting bug.

In some special case (padding because of sync
or umount) it can be possible that summary
information is not fit to the end of the erase
block. In these cases the collecting of summary
is disabled for this erase block.

The problem was that this was not respected
by jffs2_sum_add_kvec(). This patch fix this
bug.

From: Zoltan Sogor <weth@inf.u-szeged.hu>
Signed-off-by: Ferenc Havasi <havasi@inf.u-szeged.hu>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
fs/jffs2/summary.c