From: Eric Sandeen Date: Wed, 26 Aug 2009 02:36:25 +0000 (-0400) Subject: ext4: use variables not types in sizeofs() for allocations X-Git-Tag: v2.6.32-rc1~633^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1927805e6599d8602d2c0af6a0155c85acc0b214;p=pandora-kernel.git 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 --- Reading git-diff-tree failed