Re: [PATCH net-next] net: Remove unnecessary intermediate variables

From: David Miller
Date: Sat Aug 22 2020 - 17:08:05 EST


From: Joe Perches <joe@xxxxxxxxxxx>
Date: Sat, 22 Aug 2020 14:03:31 -0700

> The compiler didn't inline the code without it.

Then the compiler had a good reason for doing so, or it's a compiler
bug that should be reported.

I would reject any patch that added inline to a foo.c file, so unless
you want to make suggestions that will cause a contributor's patch to
be rejected, I'd suggest you not recommend inline usage in this way.

Thank you.