Re: [PATCH v2] mkiss: Use refcount_t for refcount

From: David Miller
Date: Thu Aug 08 2019 - 20:59:13 EST


From: Chuhong Yuan <hslester96@xxxxxxxxx>
Date: Sat, 3 Aug 2019 00:48:21 +0800

> refcount_t is better for reference counters since its
> implementation can prevent overflows.
> So convert atomic_t ref counters to refcount_t.
>
> Signed-off-by: Chuhong Yuan <hslester96@xxxxxxxxx>
> ---
> Changes in v2:
> - Add #include.

Applied to net-next.