Re: [PATCH] net: tcp_input: Neaten DBGUNDO

2017-09-18 Thread David Miller
From: Joe Perches Date: Sun, 10 Sep 2017 19:02:25 -0700 > Move the #ifdef into the static void function so that the use > of DBGUNDO is validated when FASTRETRANS_DEBUG <= 1. > > Remove the now unnecessary #else and #define DBGUNDO. > > Signed-off-by: Joe Perches

[PATCH] net: tcp_input: Neaten DBGUNDO

2017-09-10 Thread Joe Perches
Move the #ifdef into the static void function so that the use of DBGUNDO is validated when FASTRETRANS_DEBUG <= 1. Remove the now unnecessary #else and #define DBGUNDO. Signed-off-by: Joe Perches --- net/ipv4/tcp_input.c | 6 ++ 1 file changed, 2 insertions(+), 4