From: Theodore Ts'o Date: Tue, 6 Jan 2009 03:18:16 +0000 (-0500) Subject: ext4: Make ext4_group_t be an unsigned int X-Git-Tag: v2.6.29-rc1~40^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9df9a49102f3578909cba7bd33784eb3b9caaa4;p=pandora-kernel.git 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" --- Reading git-diff-tree failed