On 18 October 2012 08:29, Juan Quintela <quint...@redhat.com> wrote:
> -RAMList ram_list = { .blocks = QLIST_HEAD_INITIALIZER(ram_list.blocks) };
> +RAMList ram_list = {
> +    .blocks = QLIST_HEAD_INITIALIZER(ram_list.blocks),
> +    .blocks_mru = QLIST_HEAD_INITIALIZER(ram_list.blocks_mru)
> +};

Maybe worth adding a comment explaining why we have the two lists,
to save people having to ferret around in the revision history later?

-- PMM

Reply via email to