On Mon, Jan 05, 2009 at 11:50:39PM +0100, Thiemo Nagel wrote: > > fs/ext4/ext4_i.h, line 34: > typedef unsigned long ext4_group_t; Ah, I'm looking in the ext4 patch queue, which is about to be sent to Linus. This clean up has been in the patch queue for a while, so I had forgotten about it. commit 44766d46f4641604b3af167fef2eb5fa9caee7b4 Author: Theodore Ts'o <tytso@xxxxxxx> Date: Tue Nov 4 20:43:52 2008 -0500 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@xxxxxxx> - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html