From: Artem Bityutskiy Date: Thu, 26 May 2011 05:36:52 +0000 (+0300) Subject: UBIFS: amend ubifs_recover_leb interface X-Git-Tag: v3.0-rc2~11^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efcfde54ca68091b164f9aec544c7233a9760aff;p=pandora-kernel.git UBIFS: amend ubifs_recover_leb interface Instead of passing "grouped" parameter to 'ubifs_recover_leb()' which tells whether the nodes are grouped in the LEB to recover, pass the journal head number and let 'ubifs_recover_leb()' look at the journal head's 'grouped' flag. This patch is a preparation to a further fix where we'll need to know the journal head number for other purposes. Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed