On Thu, Aug 31, 2017 at 4:30 PM, Eric Dumazet <eduma...@google.com> wrote: > In order to convert this atomic_t refcnt to refcount_t, > we need to init the refcount to one to not trigger > a 0 -> 1 transition. > > This also removes one atomic operation in fast path. > > Signed-off-by: Eric Dumazet <eduma...@google.com>
Acked-by: Willem de Bruijn <will...@google.com> Thanks, Eric.