Re: [PATCH 02/14] net: sched: change type of reference and bind counters

From: Jiri Pirko
Date: Mon May 14 2018 - 11:11:19 EST


Mon, May 14, 2018 at 04:27:03PM CEST, vladbu@xxxxxxxxxxxx wrote:
>Change type of action reference counter to refcount_t.
>
>Change type of action bind counter to atomic_t.
>This type is used to allow decrementing bind counter without testing
>for 0 result.
>
>Signed-off-by: Vlad Buslov <vladbu@xxxxxxxxxxxx>

Signed-off-by: Jiri Pirko <jiri@xxxxxxxxxxxx>