]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
sysfs: constify attribute_group::bin_attrs
authorThomas Weißschuh <linux@weissschuh.net>
Thu, 13 Mar 2025 15:57:46 +0000 (16:57 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Apr 2025 16:46:10 +0000 (18:46 +0200)
commit9bec944506faf10d6274c75e3a55bc107b75cea3
tree425681368af6c7cdbdb20b3e1e9f40d2da6c3742
parent97d06802d10a2827ef46fd31789a26117ce7f3d9
sysfs: constify attribute_group::bin_attrs

All users of this field have been migrated to bin_attrs_new.
It can now be constified.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Link: https://lore.kernel.org/r/20250313-sysfs-const-bin_attr-final-v2-2-96284e1e88ce@weissschuh.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/sysfs/group.c
include/linux/sysfs.h