]> git.ipfire.org Git - thirdparty/linux.git/commit
ext4: make kobj_type structures constant
authorThomas Weißschuh <linux@weissschuh.net>
Thu, 9 Feb 2023 03:18:35 +0000 (03:18 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 8 Mar 2023 01:20:48 +0000 (20:20 -0500)
commit60db00e0a1490adcdc8b80887f7caf954d8bcd3e
tree460bb3af897655cbd2f40f5c09a3586b67f223a3
parentffec85d53d0f39ee4680a2cf0795255e000e1feb
ext4: make kobj_type structures constant

Since commit ee6d3dd4ed48 ("driver core: make kobj_type constant.")
the driver core allows the usage of const struct kobj_type.

Take advantage of this to constify the structure definitions to prevent
modification at runtime.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Reviewed-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20230209-kobj_type-ext4-v1-1-6865fb05c1f8@weissschuh.net
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/sysfs.c