]> git.baikalelectronics.ru Git - kernel.git/commit
UBIFS: introduce a "grouped" journal head flag
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Thu, 26 May 2011 05:26:05 +0000 (08:26 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Wed, 1 Jun 2011 09:29:06 +0000 (12:29 +0300)
commit6b00865bea65668d864c2748dcd1061187b84ad7
tree0428c1bb46987ae0deb05061d74f8c639ac879c8
parent9e6b6a5d500c7320ec22002e915777cde1b85265
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>
fs/ubifs/super.c
fs/ubifs/ubifs.h