From: Eric Dumazet
Date: Tue, 01 Aug 2017 07:02:44 -0700
> From: Eric Dumazet
>
> Commit c13ee2a4f03f ("tcp: reindent two spots after prequeue removal")
> removed code in tcp_data_queue().
>
> We can go a little farther, removing an always true test,
> and removing initializers for fragstolen
From: Eric Dumazet
Commit c13ee2a4f03f ("tcp: reindent two spots after prequeue removal")
removed code in tcp_data_queue().
We can go a little farther, removing an always true test,
and removing initializers for fragstolen and eaten variables.
Signed-off-by: Eric Dumazet
Cc: Florian Westphal