Re: [PATCH RFC 1/2] scatterlist: add mempool based chained SG alloc/free api

From: Ming Lin
Date: Fri Apr 08 2016 - 01:41:16 EST


On Thu, Apr 7, 2016 at 9:43 AM, Ming Lin <mlin@xxxxxxxxxx> wrote:
> On Thu, Apr 7, 2016 at 7:56 AM, Bart Van Assche
> <bart.vanassche@xxxxxxxxxxx> wrote:
>> On 03/15/16 15:39, Ming Lin wrote:
>>>
>>> +static void sg_mempoll_free(struct scatterlist *sgl, unsigned int nents)
>>
>>
>> Please change mempoll into mempool.
>
> Good catch. Thanks Bart!

Hi Bart,

This is actually the previous old RFC patch.
The v2 and v3 patch series doesn't have this typo.

Thanks.