Re: [PATCH net-next 14/17] tcp: remove pointless .dsack code
From: David Miller <davem@davemloft.net>
Date: 2009-03-02 11:03:38
From: David Miller <davem@davemloft.net>
Date: 2009-03-02 11:03:38
From: "Ilpo Järvinen" <redacted> Date: Sat, 28 Feb 2009 16:44:39 +0200
From: Ilpo Järvinen <redacted> In the pure assignment case, the earlier zeroing is still in effect. Signed-off-by: Ilpo Järvinen <redacted>
I skipped this one. These tests could be there to avoid dirtying a cacheline when unnecessary. And so unless we can prove the condition always hits and we always do the write, we should keep the tests there.