CVSROOT: /cvsroot/grub
Module name: grub2
Changes by: Pavel Roskin <proski> 08/06/12 14:48:27
Modified files:
. : ChangeLog
fs : ext2.c fshelp.c
include/grub : fshelp.h
Log message:
2008-06-12 Pavel Roskin <[EMAIL PROTECTED]>
* 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().
* include/grub/fshelp.h: Declare grub_fshelp_read().
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/grub2/ChangeLog?cvsroot=grub&r1=1.703&r2=1.704
http://cvs.savannah.gnu.org/viewcvs/grub2/fs/ext2.c?cvsroot=grub&r1=1.22&r2=1.23
http://cvs.savannah.gnu.org/viewcvs/grub2/fs/fshelp.c?cvsroot=grub&r1=1.12&r2=1.13
http://cvs.savannah.gnu.org/viewcvs/grub2/include/grub/fshelp.h?cvsroot=grub&r1=1.7&r2=1.8