]> www.infradead.org Git - mtd-utils.git/commit
fs-tests: integck: shrink dir_entry_info structure size
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Mon, 11 Apr 2011 08:22:48 +0000 (11:22 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Mon, 18 Apr 2011 14:44:44 +0000 (17:44 +0300)
commit54ae0e83d0693612c9e0a611787b66c44209de9c
treec2192d90769f8625d52e987689887c6e16e0031a
parent3c4668cfa1817dfd4d377ba1a966104d6edda1c0
fs-tests: integck: shrink dir_entry_info structure size

Turn "int checked" flag into 'char' flag to lessen memory
consumption a bit. Indeed, the test allocates a lot of these
data objects, so the size decrease from 36 to 32 bytes on
32-bit platforms is good to have.

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