Re: [PATCH net-next] tcp: tcp_data_queue() cleanup

2017-08-02 Thread David Miller
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

[PATCH net-next] tcp: tcp_data_queue() cleanup

2017-08-01 Thread Eric Dumazet
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