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:
cde6436
)
ext4: Make ext4_group_t be an unsigned int
author
Theodore Ts'o
<tytso@mit.edu>
Tue, 6 Jan 2009 03:18:16 +0000
(22:18 -0500)
committer
Theodore Ts'o
<tytso@mit.edu>
Tue, 6 Jan 2009 03:18:16 +0000
(22:18 -0500)
Nearly all places in the ext3/4 code which uses "unsigned long" is
probably a bug, since on 32-bit systems a ulong a 32-bits, which means
we are wasting stack space on 64-bit systems.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
No differences found