[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240401173125.92184-1-kuniyu@amazon.com>
Date: Mon, 1 Apr 2024 10:31:23 -0700
From: Kuniyuki Iwashima <kuniyu@...zon.com>
To: "David S. Miller" <davem@...emloft.net>, Eric Dumazet
<edumazet@...gle.com>, Jakub Kicinski <kuba@...nel.org>, Paolo Abeni
<pabeni@...hat.com>
CC: Kuniyuki Iwashima <kuniyu@...zon.com>, Kuniyuki Iwashima
<kuni1840@...il.com>, <netdev@...r.kernel.org>
Subject: [PATCH v1 net-next 0/2] af_unix: Remove old GC leftovers.
This is a follow-up series for commit 4090fa373f0e ("af_unix: Replace
garbage collection algorithm.") which introduced the new GC for AF_UNIX.
Now we no longer need two ugly tricks for the old GC, let's remove them.
Kuniyuki Iwashima (2):
af_unix: Remove scm_fp_dup() in unix_attach_fds().
af_unix: Remove lock dance in unix_peek_fds().
include/net/af_unix.h | 1 -
net/unix/af_unix.c | 51 ++-----------------------------------------
net/unix/garbage.c | 2 +-
3 files changed, 3 insertions(+), 51 deletions(-)
--
2.30.2
Powered by blists - more mailing lists