http://bugzilla.kernel.org/show_bug.cgi?id=12790 ------- Comment #2 from tytso@xxxxxxx 2009-02-28 06:12 ------- The two are unrelated. The boot-time warning is because you are using the ext4 filesystem driver on a file system that does not have extents. This is harmless unless it's not what you wanted to do. This might be because you have ext4 built into a system where you have an ext2 root file system, or because you explicitly asked for the filesystem to be mounted with ext4 even though it doesn't have the extents feature enabled. The build warning is harmless, and is fixed in 2.6.29 when we make ext4_group_t be an unsigned int --- it has no need to be an unsigned long. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. -- 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