* grub-core/disk/diskfilter.c (scan_devices): Iteratively

rescan diskfilter devices until nothing new is found.
This commit is contained in:
Andrey Borzenkov 2013-06-16 16:12:50 +04:00
parent 4aa237c8a4
commit aa62a5b7f1
2 changed files with 26 additions and 8 deletions

View file

@ -1,3 +1,8 @@
2013-06-16 Andrey Borzenkov <arvidjaar@gmail.com>
* grub-core/disk/diskfilter.c (scan_devices): Iteratively
rescan diskfilter devices until nothing new is found.
2013-06-16 Vladimir Serbinenko <phcoder@gmail.com>
Fix casts when compiling coreboot-specific code for 64-bit EFI.