* grub-core/disk/loopback.c: Use sequential IDs rather than pointer.

In case of quick removal of loopback and adding another one it may
	get same ID, confusing the cache system.
This commit is contained in:
Vladimir Serbinenko 2013-12-15 14:31:21 +01:00
parent ed55931073
commit 8ae6704517
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2013-12-15 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/disk/loopback.c: Use sequential IDs rather than pointer.
In case of quick removal of loopback and adding another one it may
get same ID, confusing the cache system.
2013-12-15 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/commands/acpi.c: Use grub_addr_t rather than long when