]> git.karo-electronics.de Git - karo-tx-linux.git/commit
UBIFS: improve debugging lprops scanning a little
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Fri, 6 May 2011 17:41:48 +0000 (20:41 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Mon, 16 May 2011 07:31:38 +0000 (10:31 +0300)
commit8ca5175b02b77178a70cbb9fd7020c4938e3d3a6
treea29fbf5c89250ce62eb0c6e7099a18a1de5b46ca
parenteaeee242c531cd4b0a4a46e8b5dd7ef504380c42
UBIFS: improve debugging lprops scanning a little

When doing the lprops extra check ('dbg_check_lprops()') we scan whole media.
We even scan empty and freeable LEBs which may contain garbage, which we handle
after scanning. This patch teach the lprops checking function
('scan_check_cb()') to avoid scanning for free and freeable LEBs and save time.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
fs/ubifs/lprops.c