commit | efcfde54ca68091b164f9aec544c7233a9760aff | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Thu May 26 08:36:52 2011 +0300 |
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Wed Jun 01 12:29:06 2011 +0300 |
tree | f94cd590448a23c2ba7c6566dcbeb72eb3f3dd1d | |
parent | 1a0b06997ceca96db9259e537eb935f9fe59a3de [diff] |
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 <Artem.Bityutskiy@nokia.com>