Re: [PATCH net-next v3 14/18] sfc: Remove usage of list iterator for list_add() after the loop body

From: Jakob Koschel
Date: Wed Apr 13 2022 - 04:18:40 EST




> On 12. Apr 2022, at 23:29, Jakub Kicinski <kuba@xxxxxxxxxx> wrote:
>
> On Tue, 12 Apr 2022 14:15:53 +0200 Jakob Koschel wrote:
>> - struct list_head *head = &efx->rss_context.list;
>> + struct list_head *head = *pos = &efx->rss_context.list;
>
> ENOTBUILT, please wait with the reposting. Since you posted two
> versions today I guess that's 2x 24h? :)

oh gosh, seems like I indeed forgot to build this commit.
Sorry about all the mess :( Also I'll wait with reposting (not
going to make the same mistake twice ;)).

I messed up three times yesterday, was really not on a high.
I'll be more careful in the future to not the the same kind of
mistakes again :/