]> www.infradead.org Git - mtd-utils.git/commit
fs-tests: integck: lessen memory consumption
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Wed, 20 Apr 2011 08:37:46 +0000 (11:37 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Fri, 22 Apr 2011 11:29:53 +0000 (14:29 +0300)
commite95ab5537d7d0d68e1921ef0f60dab9b7ba3d782
tree0fe862fe868ab167f0250f91d8ef310f67cbfc9a
parent149d7521d52629aea35468cc42a2ddce93ae5cb7
fs-tests: integck: lessen memory consumption

We do not need to store directory name in the 'struct dir_info' objects,
because we already have it in 'struct dir_entry_info'. So we duplicate
the names for directories in 'dir->name' and 'dir->entry->name'.

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