Re: [RFC PATCH 2/4] workqueue: free the allocated memory resource when wq_numa_init failed.

From: Tejun Heo
Date: Thu Jan 07 2016 - 10:50:38 EST


On Thu, Jan 07, 2016 at 08:38:57PM +0800, wanghaibin wrote:
> Before the return that wq_numa_init failed, it will be bettet to free
> the numa node table to avoid the memory leaks.

That's a WARN_ON condition which should never happen. The system is
already pretty messed up and just limping along. It really doesn't
matter whether some memory is cleaned up or not. Let's keep it
simple.

Thanks.

--
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/