]> Git Repo - linux.git/commit
do_mq_notify(): saner skb freeing on failures
authorAl Viro <[email protected]>
Mon, 15 Jul 2024 02:04:03 +0000 (22:04 -0400)
committerAl Viro <[email protected]>
Sun, 3 Nov 2024 06:28:06 +0000 (01:28 -0500)
commit1aaf6a7e7520ea4d2d24406fb695195f554d1572
treea1f96e78edcbdf315d3ab8cada1173b8a09d877d
parentf302edb9d822804e72df3fa6ba270234050c678b
do_mq_notify(): saner skb freeing on failures

cleanup is convoluted enough as it is; it's easier to have early
failure outs do explicit kfree_skb(nc), rather than going to
contortions needed to reuse the cleanup from late failures.

Signed-off-by: Al Viro <[email protected]>
ipc/mqueue.c
This page took 0.057642 seconds and 4 git commands to generate.