UBIFS: use bit-fields to store compression type
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Sat, 1 Nov 2008 12:20:50 +0000 (14:20 +0200)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Wed, 3 Dec 2008 14:34:20 +0000 (16:34 +0200)
Save a 4 bytes of RAM per 'struct inode' by stroring inode
compression type in bit-filed, instead of using 'int'.

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

No differences found