[Bug 441384] Re: Misidentifies ext4 as ext2 and fails to boot
Colin Watson
cjwatson at canonical.com
Sun Oct 4 21:04:32 UTC 2009
*** This bug is a duplicate of bug 416636 ***
https://bugs.launchpad.net/bugs/416636
The offending bit of code is:
/*
* For now, ext4 requires a journal -- but this may change
* soon if we get that patch from Google. :-)
*/
if ((sb->s_feature_compat
& __cpu_to_le32(EXT3_FEATURE_COMPAT_HAS_JOURNAL)) == 0)
return 0;
** Changed in: initramfs-tools
Status: New => Invalid
** Package changed: initramfs-tools (Ubuntu) => klibc (Ubuntu)
** Changed in: klibc (Ubuntu)
Importance: Undecided => Medium
** Changed in: klibc (Ubuntu)
Status: New => Triaged
--
Misidentifies ext4 as ext2 and fails to boot
https://bugs.launchpad.net/bugs/441384
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to initramfs-tools in ubuntu.
More information about the kernel-bugs
mailing list