]> www.infradead.org Git - mtd-utils.git/commit
fs-tests: integck: shrink file_info structure size
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Mon, 11 Apr 2011 10:07:26 +0000 (13:07 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Mon, 18 Apr 2011 14:44:44 +0000 (17:44 +0300)
commit3c580f6093ffab3b4ca301da4a9977cf004c7a09
tree83f434fc4ca5a9fa13d6c80c1f01b14de4b2bed5
parent54ae0e83d0693612c9e0a611787b66c44209de9c
fs-tests: integck: shrink file_info structure size

We do not have to store boolean flags in 'int' variables which
consume 4 bytes each, we can store those in bit-fields instead.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
tests/fs-tests/integrity/integck.c