diff options
author | Ingo Molnar <mingo@kernel.org> | 2025-03-06 22:26:36 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2025-03-06 22:26:36 +0100 |
commit | 82354fce168c7cb037644bf4443b3e1b7559976c (patch) | |
tree | 39e2f997a23ea386e5045acce67e8819690b7036 /net/unix/af_unix.c | |
parent | 7ab02bd36eb444654183ad6c5b15211ddfa32a8f (diff) | |
parent | b1536481c81fb604074da799e4f2d2038a1663f7 (diff) |
Merge branch 'sched/urgent' into sched/core, to pick up dependent commits
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'net/unix/af_unix.c')
-rw-r--r-- | net/unix/af_unix.c | 1 |
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; } |