* grub-core/fs/minix.c (grub_minix_mount) [MODE_MINIX3]: Treat 0xffff

as 1024 in block size field. Found on one of my test images.
	Small optimisation while on it.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-12-25 22:44:42 +01:00
parent ec000eaca9
commit b2d004db18
2 changed files with 18 additions and 6 deletions

View file

@ -1,3 +1,9 @@
2011-12-25 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/minix.c (grub_minix_mount) [MODE_MINIX3]: Treat 0xffff
as 1024 in block size field. Found on one of my test images.
Small optimisation while on it.
2011-12-25 Vladimir Serbinenko <phcoder@gmail.com>
* docs/grub.texi (Filesystems): Mention SFS as Latin1 filesystem.