Re: [PATCH] x86/resctrl: Fix rdtgroup_mkdir()'s unlocked use of kernfs_node::name
From: Ingo Molnar
Date: Mon Apr 07 2025 - 15:00:22 EST
* James Morse <james.morse@xxxxxxx> wrote:
> + /*
> + * Check the parent directory for a monitor group is a "mon_groups"
> + * directory.
> + */
This sentence probably wants to be a bit less linguistically ambiguous,
via something like:
s/Check the parent directory for a monitor group is a "mon_groups" directory.
/Check that the parent directory for a monitor group is a "mon_groups" directory.
With that:
Acked-by: Ingo Molnar <mingo@xxxxxxxxxx>
Thanks,
Ingo