aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2025-03-06 22:26:36 +0100
committerIngo Molnar <mingo@kernel.org>2025-03-06 22:26:36 +0100
commit82354fce168c7cb037644bf4443b3e1b7559976c (patch)
tree39e2f997a23ea386e5045acce67e8819690b7036 /net/unix/af_unix.c
parentsched/membarrier: Fix redundant load of membarrier_state (diff)
parentsched/rt: Update limit of sched_rt sysctl in documentation (diff)
downloadwireguard-linux-82354fce168c7cb037644bf4443b3e1b7559976c.tar.xz
wireguard-linux-82354fce168c7cb037644bf4443b3e1b7559976c.zip
Merge branch 'sched/urgent' into sched/core, to pick up dependent commits
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to '')
-rw-r--r--net/unix/af_unix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/unix/af_unix.c b/net/unix/af_unix.c
index 34945de1fb1f..f0e613d97664 100644
--- a/net/unix/af_unix.c
+++ b/net/unix/af_unix.c
@@ -2102,6 +2102,7 @@ restart_locked:
goto out_sock_put;
}
+ sock_put(other);
goto lookup;
}