* grub-core/fs/fat.c (grub_fat_mount) [!MODE_EXFAT]: Remove fstype

check as some mkfs implementations omit it.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-01-31 23:26:07 +01:00
parent fc694106da
commit b1d51f028b
2 changed files with 5 additions and 5 deletions

View file

@ -1,3 +1,8 @@
2012-01-31 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/fat.c (grub_fat_mount) [!MODE_EXFAT]: Remove fstype
check as some mkfs implementations omit it.
2012-01-31 Vladimir Serbinenko <phcoder@gmail.com>
* docs/grub.texi (Unicode): Mention identifier and space limitations.