Files
linux/net/rds
Al Viro 5cc7fce349 don't open-code kernel_accept() in rds_tcp_accept_one()
rds_tcp_accept_one() starts with a pretty much verbatim
copy of kernel_accept().  Might as well use the real thing...

	That code went into mainline in 2009, kernel_accept()
had been added in Aug 2006, the copyright on rds/tcp_listen.c
is "Copyright (c) 2006 Oracle", so it's entirely possible
that it predates the introduction of kernel_accept().

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Link: https://patch.msgid.link/20250713180134.GC1880847@ZenIV
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2025-07-15 16:19:54 -07:00
..
2025-06-21 07:35:39 -07:00
2020-09-18 14:12:43 -07:00
2025-05-26 22:28:44 +02:00
2021-05-31 22:45:05 -07:00
2024-08-01 09:03:28 -07:00
2020-05-20 14:08:06 -07:00
2025-06-21 07:35:39 -07:00