From: William Kucharski <hidden> Date: 2021-03-17 18:28:57
Correct an error where setting /proc/sys/net/rds/tcp/rds_tcp_rcvbuf would
instead modify the socket's sk_sndbuf and would leave sk_rcvbuf untouched.
Signed-off-by: William Kucharski <redacted>
---
net/rds/tcp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(Previous reply bounced due to format so re-sending to the list for archives)
On Mar 17, 2021, at 7:52 AM, William Kucharski [off-list ref] wrote:
Correct an error where setting /proc/sys/net/rds/tcp/rds_tcp_rcvbuf would
instead modify the socket's sk_sndbuf and would leave sk_rcvbuf untouched.
Signed-off-by: William Kucharski <redacted>
—
From: Matthew Wilcox <willy@infradead.org> Date: 2021-03-19 16:49:47
On Wed, Mar 17, 2021 at 08:52:04AM -0600, William Kucharski wrote:
Correct an error where setting /proc/sys/net/rds/tcp/rds_tcp_rcvbuf would
instead modify the socket's sk_sndbuf and would leave sk_rcvbuf untouched.
Signed-off-by: William Kucharski <redacted>
Looks like a pretty clear copy-n-paste error. I think Coverity have
started looking for issues like this?
Reviewed-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Also, maybe,
Fixes: c6a58ffed536 ("RDS: TCP: Add sysctl tunables for sndbuf/rcvbuf on rds-tcp socket")