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
Applied.
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 deletions(-)
diff --git a/