Re: [Bug 14470] New: freez in TCP stack
From: David Miller <davem@davemloft.net>
Date: 2009-12-02 23:10:01
From: David Miller <davem@davemloft.net>
Date: 2009-12-02 23:10:01
From: "Ilpo Järvinen" <redacted> Date: Thu, 26 Nov 2009 23:54:53 +0200 (EET)
[PATCH] tcp: clear hints to avoid a stale one (nfs only affected?) Eric Dumazet mentioned in a context of another problem: "Well, it seems NFS reuses its socket, so maybe we miss some cleaning as spotted in this old patch" I've not check under which conditions that actually happens but if true, we need to make sure we don't accidently leave stale hints behind when the write queue had to be purged (whether reusing with NFS can actually happen if purging took place is something I'm not sure of). ...At least it compiles. Signed-off-by: Ilpo Järvinen <redacted>
I think this is a good safety net even if it doesn't specifically fix a specific problem. But I'd like to see this patch tested by the person seeing the problem so we can know whether that is fixed or not.