commit | 1927805e6599d8602d2c0af6a0155c85acc0b214 | [log] [tgz] |
---|---|---|
author | Eric Sandeen <sandeen@redhat.com> | Tue Aug 25 22:36:25 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Aug 25 22:36:25 2009 -0400 |
tree | b5549d33960ef312efc3b8f54c78268a3e4f74dd | |
parent | a8526e84ac758ac6da45cf273aa1538a6a7aa3de [diff] |
ext4: use variables not types in sizeofs() for allocations 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>