From: Artem Bityutskiy Date: Mon, 16 May 2011 11:21:51 +0000 (+0300) Subject: UBIFS: simplify LEB recovery function further X-Git-Tag: v3.0-rc1~317^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43e07073865ae540e3b463f437f0f837f17714ba;p=pandora-kernel.git UBIFS: simplify LEB recovery function further Further simplify 'ubifs_recover_leb()' by noticing that we have to call 'clean_buf()' in any case, and it is fine to call it if the offset is aligned to 'c->min_io_size'. Thus, we do not have to call it separately from every "if" - just call it once at the end. Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed