ext4: use variables not types in sizeofs() for allocations
authorEric Sandeen <sandeen@redhat.com>
Wed, 26 Aug 2009 02:36:25 +0000 (22:36 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 26 Aug 2009 02:36:25 +0000 (22:36 -0400)
Precursor to changing some types; to keep things in sync, it
seems better to allocate/memset based on the size of the
variables we are using rather than on some disconnected
basic type like "unsigned short"

Signed-off-by: Eric Sandeen <sandeen@redhat.com>

No differences found