Re: [PATCH net-next] net: skb: prevent the split of kfree_skb_reason() by gcc

From: Miguel Ojeda
Date: Thu Aug 11 2022 - 10:35:49 EST


On Thu, Aug 11, 2022 at 4:34 PM Miguel Ojeda
<miguel.ojeda.sandonis@xxxxxxxxx> wrote:
>
> Two notes on this: please use the double underscore form:
> `__optimize__` and keep the file sorted (it should go after
> `__overloadable__`, since we sort by the actual attribute name).

s/after/before

Cheers,
Miguel