commit | 1a0b06997ceca96db9259e537eb935f9fe59a3de | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Thu May 26 08:26:05 2011 +0300 |
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Wed Jun 01 12:29:06 2011 +0300 |
tree | 0428c1bb46987ae0deb05061d74f8c639ac879c8 | |
parent | ab75950b11e74145ffe61376ac073d56645aab8a [diff] |
UBIFS: introduce a "grouped" journal head flag Journal heads are different in a way how UBIFS writes nodes there. All normal journal heads receive grouped nodes, while the GC journal heads receives ungrouped nodes. This patch adds a 'grouped' flag to 'struct ubifs_jhead' which describes this property. This patch is a preparation to a further recovery fix. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>