Fix minixfs with non-power-of-two blocks since it's supported by minix.

* grub-core/fs/minix.c (GRUB_MINIX_ZONESZ): Use block_size.
	(grub_minix_data): Replace log_block_size with block_size.
	(grub_minix_read_file): Use block_size but avoid 64-bit division.
	(grub_minix_mount): Fill block_size.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-05-10 00:12:02 +02:00
parent 319621d0a5
commit 21b82e176e
2 changed files with 41 additions and 25 deletions

View file

@ -1,4 +1,13 @@
2012-04-18 Vladimir Serbinenko <phcoder@gmail.com>
2012-05-09 Vladimir Serbinenko <phcoder@gmail.com>
Fix minixfs with non-power-of-two blocks since it's supported by minix.
* grub-core/fs/minix.c (GRUB_MINIX_ZONESZ): Use block_size.
(grub_minix_data): Replace log_block_size with block_size.
(grub_minix_read_file): Use block_size but avoid 64-bit division.
(grub_minix_mount): Fill block_size.
2012-05-09 Vladimir Serbinenko <phcoder@gmail.com>
* configure.ac: Bump to beta5.