On 2022/06/17 10:10, lijiang wrote:
>> Because the ld->flags is set to LIST_ALLOCATE, here need
to free it as
>> below:
>> FREEBUF(ld->list_ptr);
>
> Oh, good catch. I referred to nr_blockdev_pages_v2() to implement, but
> missed it. Will add.
>
>
Thanks. Other changes look good to me.
Thanks, applied with the FREEBUF(ld->list_ptr).
Kazu