From: Artem Bityutskiy Date: Mon, 17 Jan 2011 18:27:45 +0000 (+0200) Subject: UBIFS: re-arrange variables in ubifs_info X-Git-Tag: v2.6.39-rc1~421^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8cdda3efb9331bedbcca2343591eab2316f4cae;p=pandora-kernel.git 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 --- Reading git-diff-tree failed