On Mon, Sep 14, 2020 at 2:13 PM Song Liu <s...@kernel.org> wrote: > > On Mon, Sep 14, 2020 at 7:52 AM Magnus Karlsson > <magnus.karls...@gmail.com> wrote: > > > > From: Magnus Karlsson <magnus.karls...@intel.com> > > > > Fix a potential refcount warning that a zero value is increased to one > > in xp_dma_map, by initializing the refcount to one to start with, > > instead of zero plus a refcount_inc(). > > > > Fixes: 921b68692abb ("xsk: Enable sharing of dma mappings") > > Signed-off-by: Magnus Karlsson <magnus.karls...@intel.com> > > Acked-by: Song Liu <songliubrav...@fb.com>
Applied. Thanks