* [PATCH] net/core/sock.c - 2.4.18
@ 2002-05-21 0:44 Chris Caputo
0 siblings, 0 replies; 4+ messages in thread
From: Chris Caputo @ 2002-05-21 0:44 UTC (permalink / raw)
To: netdev; +Cc: linux-kernel, linux-net
This patch corrects a typo in net/core/sock.c. The assignment to
sysctl_wmem_default was done twice in a row, rather than to
sysctl_wmem_default and sysctl_rmem_default.
This patch applies to 2.4.18.
Chris
--- net/core/sock.c.orig Fri Dec 21 09:42:05 2001
+++ net/core/sock.c Mon May 20 17:35:43 2002
@@ -626,7 +626,7 @@
sysctl_wmem_max = 32767;
sysctl_rmem_max = 32767;
sysctl_wmem_default = 32767;
- sysctl_wmem_default = 32767;
+ sysctl_rmem_default = 32767;
} else if (num_physpages >= 131072) {
sysctl_wmem_max = 131071;
sysctl_rmem_max = 131071;
^ permalink raw reply [flat|nested] 4+ messages in thread* [PATCH] net/core/sock.c - 2.4.18
@ 2002-05-21 0:44 Chris Caputo
2002-05-21 7:45 ` David S. Miller
2002-05-21 7:45 ` David S. Miller
0 siblings, 2 replies; 4+ messages in thread
From: Chris Caputo @ 2002-05-21 0:44 UTC (permalink / raw)
To: netdev; +Cc: linux-kernel, linux-net
This patch corrects a typo in net/core/sock.c. The assignment to
sysctl_wmem_default was done twice in a row, rather than to
sysctl_wmem_default and sysctl_rmem_default.
This patch applies to 2.4.18.
Chris
--- net/core/sock.c.orig Fri Dec 21 09:42:05 2001
+++ net/core/sock.c Mon May 20 17:35:43 2002
@@ -626,7 +626,7 @@
sysctl_wmem_max = 32767;
sysctl_rmem_max = 32767;
sysctl_wmem_default = 32767;
- sysctl_wmem_default = 32767;
+ sysctl_rmem_default = 32767;
} else if (num_physpages >= 131072) {
sysctl_wmem_max = 131071;
sysctl_rmem_max = 131071;
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] net/core/sock.c - 2.4.18
2002-05-21 0:44 Chris Caputo
@ 2002-05-21 7:45 ` David S. Miller
2002-05-21 7:45 ` David S. Miller
1 sibling, 0 replies; 4+ messages in thread
From: David S. Miller @ 2002-05-21 7:45 UTC (permalink / raw)
To: ccaputo; +Cc: netdev, linux-kernel, linux-net
From: Chris Caputo <ccaputo@alt.net>
Date: Mon, 20 May 2002 17:44:10 -0700 (PDT)
This patch corrects a typo in net/core/sock.c. The assignment to
sysctl_wmem_default was done twice in a row, rather than to
sysctl_wmem_default and sysctl_rmem_default.
This patch applies to 2.4.18.
Thanks, I've applied your patch.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] net/core/sock.c - 2.4.18
2002-05-21 0:44 Chris Caputo
2002-05-21 7:45 ` David S. Miller
@ 2002-05-21 7:45 ` David S. Miller
1 sibling, 0 replies; 4+ messages in thread
From: David S. Miller @ 2002-05-21 7:45 UTC (permalink / raw)
To: ccaputo; +Cc: netdev, linux-kernel, linux-net
From: Chris Caputo <ccaputo@alt.net>
Date: Mon, 20 May 2002 17:44:10 -0700 (PDT)
This patch corrects a typo in net/core/sock.c. The assignment to
sysctl_wmem_default was done twice in a row, rather than to
sysctl_wmem_default and sysctl_rmem_default.
This patch applies to 2.4.18.
Thanks, I've applied your patch.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-05-21 7:59 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-21 0:44 [PATCH] net/core/sock.c - 2.4.18 Chris Caputo
-- strict thread matches above, loose matches on Subject: below --
2002-05-21 0:44 Chris Caputo
2002-05-21 7:45 ` David S. Miller
2002-05-21 7:45 ` David S. Miller
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.