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)
commitd8cdda3efb9331bedbcca2343591eab2316f4cae
treec5f2d5e58c9c9db47acbec1b68b863eae8d37a1e
parent3c0eee3fe6a3a1c745379547c7e7c904aa64f6d5
UBIFS: re-arrange variables in ubifs_info

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>
fs/ubifs/ubifs.h