* 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:
parent
ed55931073
commit
8ae6704517
2 changed files with 11 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue