On Wed, 2017-08-16 at 12:24 -0700, Eric Dumazet wrote: > From: Eric Dumazet <eduma...@google.com> > > refcount_t type and corresponding API should be > used instead of atomic_t when the variable is used as > a reference counter. This allows to avoid accidental > refcounter overflows that might lead to use-after-free > situations. > > Signed-off-by: Eric Dumazet <eduma...@google.com>
Please disregard. I will send a v2.