2009-06-17 Vladimir Serbinenko <phcoder@gmail.com>

avoid double grub_adjust_range call. Bug reported by David Simner

	* kern/disk.c (grub_disk_write): change to raw disk access before
	calling disk_read
This commit is contained in:
phcoder 2009-06-17 13:15:33 +00:00
parent 1bd265f306
commit 74aa8e4bf8
2 changed files with 15 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2009-06-17 Vladimir Serbinenko <phcoder@gmail.com>
avoid double grub_adjust_range call. Bug reported by David Simner
* kern/disk.c (grub_disk_write): change to raw disk access before
calling disk_read
2009-06-17 Colin Watson <cjwatson@ubuntu.com>
* util/elf/grub-mkimage.c (usage): Prefix each option line with two