2008-06-12 Pavel Roskin <proski@gnu.org>

* fs/ext2.c (grub_ext2_read_inode): Don't normalize block
	number, grub_fshelp_read() does it for us.
This commit is contained in:
proski 2008-06-12 16:13:21 +00:00
parent 16ae7781ef
commit e6d1a308ed
2 changed files with 6 additions and 10 deletions

View file

@ -1,5 +1,8 @@
2008-06-12 Pavel Roskin <proski@gnu.org>
* fs/ext2.c (grub_ext2_read_inode): Don't normalize block
number, grub_fshelp_read() does it for us.
* fs/fshelp.c (grub_fshelp_read): New function. Implement
linear disk read with journal translation.
* fs/ext2.c: Use grub_fshelp_read() instead of grub_disk_read().