]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
sysfs: constify internal references to 'struct bin_attribute'
authorThomas Weißschuh <linux@weissschuh.net>
Fri, 30 May 2025 03:54:36 +0000 (05:54 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Jun 2025 08:44:09 +0000 (10:44 +0200)
commit340d8e66c43f16a51f8fbdb1762e5b40c4e29f8e
tree04a6ba7b38111df0fe7268ed63b644722f345063
parent2841ef8d9630fb9735bd219f15f33cd1c70cb0d1
sysfs: constify internal references to 'struct bin_attribute'

The sysfs core handles 'const struct bin_attribute *'.

Adapt the internal references.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Link: https://lore.kernel.org/r/20250530-sysfs-const-bin_attr-final-v3-2-724bfcf05b99@weissschuh.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/sysfs/file.c