UBIFS: re-arrange variables in ubifs_info
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Mon, 17 Jan 2011 18:27:45 +0000 (20:27 +0200)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Mon, 17 Jan 2011 21:24:30 +0000 (23:24 +0200)
This is a cosmetic patch which re-arranges variables in 'struct ubifs_info'
so that all boolean-like variables which are only changed during mounting or
re-mounting to R/W mode are places together. Then they are turned into
bit-fields, which makes the structure a little bit smaller.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>

No differences found