UBIFS: dump a little more in case of corruptions
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Mon, 29 Jun 2009 13:25:33 +0000 (16:25 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Fri, 10 Jul 2009 09:16:22 +0000 (12:16 +0300)
commita42343d938e81b518fdf892582061f34e773b471
tree84a6eada880a162f0c7d90ac098b3ec743e948af
parent8812cd95fed7490460e033ece127f9c9da178511
UBIFS: dump a little more in case of corruptions

In case of corruptions, dump 8192 bytes instead of 4096. The
largest node is 4096+ bytes, so it is better to see a node
boundary, which is not always possible when only 4096 bytes
are printed.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Reviewed-by: Adrian Hunter <Adrian.Hunter@nokia.com>
fs/ubifs/scan.c