]> git.baikalelectronics.ru Git - kernel.git/commit
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>
Thu, 9 Jul 2009 06:19:38 +0000 (09:19 +0300)
commit5a0c62ec3859c74f87d21b0d5e06a694c4fc4e91
treeed484277d53df234c9828065bdb241e53a352bf0
parent79451e9cce6f92c845395f0d1511897c95184807
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