[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <b71e7219-3441-43a1-a92f-7139dab9d81a@intel.com>
Date: Fri, 18 Apr 2025 14:13:59 -0700
From: Reinette Chatre <reinette.chatre@...el.com>
To: Tony Luck <tony.luck@...el.com>, Fenghua Yu <fenghuay@...dia.com>, "Maciej
Wieczor-Retman" <maciej.wieczor-retman@...el.com>, Peter Newman
<peternewman@...gle.com>, James Morse <james.morse@....com>, Babu Moger
<babu.moger@....com>, Drew Fustini <dfustini@...libre.com>, Dave Martin
<Dave.Martin@....com>, Anil Keshavamurthy <anil.s.keshavamurthy@...el.com>
CC: <linux-kernel@...r.kernel.org>, <patches@...ts.linux.dev>
Subject: Re: [PATCH v3 01/26] fs/resctrl: Simplify allocation of mon_data
structures
Hi Tony,
On 4/7/25 4:40 PM, Tony Luck wrote:
...
> + list_for_each_entry_safe(priv, tmp, &kn_priv_list, list) {
> + kfree(priv);
> + list_del(&priv->list);
> }
> }
>
Did not look through this patch in detail considering its other version in the
arch/fs split but this caught my eye. Order should be switched.
Reinette
Powered by blists - more mailing lists