git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8526e8
)
ext4: use variables not types in sizeofs() for allocations
author
Eric Sandeen
<sandeen@redhat.com>
Wed, 26 Aug 2009 02:36:25 +0000
(22:36 -0400)
committer
Theodore 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