From: Artem Bityutskiy Date: Fri, 6 May 2011 17:41:48 +0000 (+0300) Subject: UBIFS: improve debugging lprops scanning a little X-Git-Tag: v3.0-rc1~317^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ca5175b02b77178a70cbb9fd7020c4938e3d3a6;p=pandora-kernel.git 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 --- Reading git-diff-tree failed