Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xsk: Fix refcount warning in xp_dma_map
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: 921b686 ("xsk: Enable sharing of dma mappings") Signed-off-by: Magnus Karlsson <[email protected]> Signed-off-by: Alexei Starovoitov <[email protected]> Acked-by: Song Liu <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
- Loading branch information