]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
sysfs: remove bin_attribute::read_new/write_new()
authorThomas Weißschuh <linux@weissschuh.net>
Mon, 11 Aug 2025 09:13:35 +0000 (11:13 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 19 Aug 2025 11:12:12 +0000 (13:12 +0200)
commit1d6249c1ce826fcf03c695973095eb4a50fb7fd2
tree21e50b09d6e4d6bf3491420db1f9dd67c3d43c76
parent292cb391479d50f4379a0abab34324de92c82a92
sysfs: remove bin_attribute::read_new/write_new()

These transitional fields are now unused and unnecessary.
Remove them and their logic in the sysfs core.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Link: https://lore.kernel.org/r/20250811-sysfs-const-bin_attr-final-v4-1-7b6053fd58bb@weissschuh.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/sysfs/file.c
include/linux/sysfs.h