Whamcloud - gitweb
e2fsck: remove extraneous memset
authorEric Sandeen <sandeen@redhat.com>
Fri, 16 Sep 2011 20:49:31 +0000 (15:49 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 16 Sep 2011 22:43:05 +0000 (18:43 -0400)
commit14ed2edb26e94b41ac06d81804b3e6af576b5c79
tree60641e92ce0341e0e9344285f7e0ff4a3b974647
parent1e003cc77d43ee01eeaae962ff6d264c9a74a363
e2fsck: remove extraneous memset

e2fsck_allocate_memory() already sets allocated memory to 0,
so remove the explicit memset.

Especially since it was setting the wrong size (iter not *iter)

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/dirinfo.c