Re: [PATCH v3 1/2] mm/memory-failure.c clean up around tk pre-allocation

From: Jane Chu
Date: Tue Aug 06 2019 - 13:27:15 EST


Hi, Naoya,

Thanks a lot! v4 on the way. :)

-jane

On 8/1/2019 2:06 AM, Naoya Horiguchi wrote:
On Thu, Jul 25, 2019 at 04:01:40PM -0600, Jane Chu wrote:
add_to_kill() expects the first 'tk' to be pre-allocated, it makes
subsequent allocations on need basis, this makes the code a bit
difficult to read. Move all the allocation internal to add_to_kill()
and drop the **tk argument.

Signed-off-by: Jane Chu <jane.chu@xxxxxxxxxx>

Acked-by: Naoya Horiguchi <n-horiguchi@xxxxxxxxxxxxx>

# somehow I sent 2 acks to 2/2, sorry about the noise.