Re: [PATCH] md: Constify attribute_group structs

From: Song Liu
Date: Tue Jun 01 2021 - 00:26:18 EST


On Sat, May 29, 2021 at 3:30 AM Rikard Falkeborn
<rikard.falkeborn@xxxxxxxxx> wrote:
>
> The attribute_group structs are never modified, they're only passed to
> sysfs_create_group() and sysfs_remove_group(). Make them const to allow
> the compiler to put them in read-only memory.
>
> Signed-off-by: Rikard Falkeborn <rikard.falkeborn@xxxxxxxxx>

Applied to md-next. Thanks!
Song