[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090228141256.C680C11D107@picon.linux-foundation.org>
Date: Sat, 28 Feb 2009 06:12:56 -0800 (PST)
From: bugme-daemon@...zilla.kernel.org
To: linux-ext4@...r.kernel.org
Subject: [Bug 12790] kernel build warning causes EXT4 boot warning
http://bugzilla.kernel.org/show_bug.cgi?id=12790
------- Comment #2 from tytso@....edu 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists