Re: [PATCH] inet/connection_sock: prefer _THIS_IP_ to current_text_addr

From: David Miller
Date: Wed Aug 01 2018 - 21:42:11 EST


From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
Date: Wed, 1 Aug 2018 14:57:59 -0700

> - sk, what, when, current_text_addr());
> + sk, what, when, (void *)_THIS_IP_);

Is a fugly macro in all caps really better than a function()?

I'm really surprised that _THIS_IP_ is being chosen over
current_text_addr(), seriously.