[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20191023160833.GA2606@nanopsycho>
Date: Wed, 23 Oct 2019 18:08:33 +0200
From: Jiri Pirko <jiri@...nulli.us>
To: David Ahern <dsahern@...il.com>
Cc: netdev@...r.kernel.org, davem@...emloft.net,
jakub.kicinski@...ronome.com, stephen@...workplumber.org,
roopa@...ulusnetworks.com, dcbw@...hat.com,
nikolay@...ulusnetworks.com, mkubecek@...e.cz, andrew@...n.ch,
parav@...lanox.com, saeedm@...lanox.com, f.fainelli@...il.com,
sd@...asysnail.net, sbrivio@...hat.com, pabeni@...hat.com,
mlxsw@...lanox.com
Subject: Re: [patch iproute2-next v4 1/3] lib/ll_map: cache alternative names
Wed, Oct 23, 2019 at 05:11:38PM CEST, dsahern@...il.com wrote:
>On 10/19/19 11:37 AM, Jiri Pirko wrote:
>> +static void ll_altname_entries_destroy(struct ll_cache *parent_im)
>> +{
>> + struct ll_cache *im;
>> +
>> + list_for_each_entry(im, &parent_im->altnames_list, altnames_list)
>> + ll_entry_destroy(im, false);
>
>you are walking a list and removing elements from it, so that should be
>list_for_each_entry_safe, no?
>
You are correct. Will fix and send v5.
Powered by blists - more mailing lists