From: Artem Bityutskiy Date: Thu, 26 May 2011 05:26:05 +0000 (+0300) Subject: UBIFS: introduce a "grouped" journal head flag X-Git-Tag: v3.0-rc2~11^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a0b06997ceca96db9259e537eb935f9fe59a3de;p=pandora-kernel.git 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 --- Reading git-diff-tree failed