ext4: Make ext4_group_t be an unsigned int
authorTheodore Ts'o <tytso@mit.edu>
Tue, 6 Jan 2009 03:18:16 +0000 (22:18 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 6 Jan 2009 03:18:16 +0000 (22:18 -0500)
commita9df9a49102f3578909cba7bd33784eb3b9caaa4
tree1d383d422bf7185e8e87c1bcfc80f9beb3074cf8
parentcde6436004ad9cd8cab5a874b6fa8b01f1da91bf
ext4: Make ext4_group_t be an unsigned int

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>
fs/ext4/balloc.c
fs/ext4/ext4.h
fs/ext4/ext4_i.h
fs/ext4/ialloc.c
fs/ext4/mballoc.c
fs/ext4/resize.c
fs/ext4/super.c