summaryrefslogtreecommitdiff
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorPavel Begunkov <asml.silence@gmail.com>2025-11-30 23:35:16 +0000
committerJakub Kicinski <kuba@kernel.org>2025-12-02 11:08:39 -0800
commit854858848bc7ac6ea3bf896ef1b541cb9d4bca20 (patch)
tree5d6a2802bf0c27ef117bad9689ce70c5ec7c8a21 /net/unix/af_unix.c
parent3c4159b3019cc3444495f54c18083cda579cba84 (diff)
net: page pool: xa init with destroy on pp init
The free_ptr_ring label path initialises ->dma_mapped xarray but doesn't destroy it in case of an error. That's not a real problem since init itself doesn't do anything requiring destruction, but still match it with xa_destroy() to silence warnings. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Link: https://patch.msgid.link/02904c6d83dbe5cc1c671106a5c97bd93ab31006.1764542851.git.asml.silence@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions