On Thu, Nov 25, 2021 at 02:22:48AM +1100, Daniel Axtens wrote:
> grub_free () posesses a surprising number of quirks, and also
> uses single-letter variable names confusingly to iterate through
> the free list.
>
> Document what's going on.
>
> Use prev and cur to iterate over the free list.
>
> Si
grub_free () posesses a surprising number of quirks, and also
uses single-letter variable names confusingly to iterate through
the free list.
Document what's going on.
Use prev and cur to iterate over the free list.
Signed-off-by: Daniel Axtens
---
grub-core/kern/mm.c | 63