2009-02-07 Robert Millan <rmh@aybabtu.com>

* fs/ext2.c (grub_ext2_mount): Avoid mounting filesystems with
        backward-incompatible features.

        Based on patch from Javier Martín, with some adjustments.
This commit is contained in:
robertmh 2009-02-07 23:13:48 +00:00
parent cea15bca5b
commit aebfc4b085
2 changed files with 66 additions and 3 deletions

View file

@ -1,3 +1,10 @@
2009-02-07 Robert Millan <rmh@aybabtu.com>
* fs/ext2.c (grub_ext2_mount): Avoid mounting filesystems with
backward-incompatible features.
Based on patch from Javier Martín, with some adjustments.
2009-02-07 Michael Scherer <misc@mandriva.org>
* fs/hfs.c (grub_hfsplus_iterate_dir): Treat hfs+ as case insensitive.