Home
last modified time | relevance | path

Searched hist:a9df9a49102f3578909cba7bd33784eb3b9caaa4 (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ext4/
H A Dresize.cdiff a9df9a49102f3578909cba7bd33784eb3b9caaa4 Tue Jan 06 04:18:16 CET 2009 Theodore Ts'o <tytso@mit.edu> 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>
H A Dballoc.cdiff a9df9a49102f3578909cba7bd33784eb3b9caaa4 Tue Jan 06 04:18:16 CET 2009 Theodore Ts'o <tytso@mit.edu> 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>