bcache: make kobj_type structures constant
authorThomas Weißschuh <linux@weissschuh.net>
Thu, 15 Jun 2023 12:12:19 +0000 (20:12 +0800)
committerJens Axboe <axboe@kernel.dk>
Thu, 15 Jun 2023 13:30:11 +0000 (07:30 -0600)
commitb98dd0b0a596fdeaca68396ce8f782883ed253a9
treed871ef5f986959b0cfe90505b7de79587c263655
parenta301b2deb66cd93bae0f676702356273ebf8abb6
bcache: 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>
Signed-off-by: Coly Li <colyli@suse.de>
Link: https://lore.kernel.org/r/20230615121223.22502-3-colyli@suse.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/md/bcache/bcache.h
drivers/md/bcache/sysfs.h