]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
block: ia-ranges: make blk_ia_range_sysfs_entry instances const
authorThomas Weißschuh <linux@weissschuh.net>
Mon, 16 Mar 2026 22:43:52 +0000 (23:43 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 18 Mar 2026 01:29:16 +0000 (19:29 -0600)
commit3c9122630953520e2a2b6c6a28751da23457e4ef
tree518a846a1036ee3191849f4b8dd01aac339594f7
parent223983874d0366ac12d30eab3b633d699bdf763e
block: ia-ranges: make blk_ia_range_sysfs_entry instances const

The blk_ia_range_sysfs_entry structures are never modified,
mark them as const.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Reviewed-by: John Garry <john.g.garry@oracle.com>
Link: https://patch.msgid.link/20260316-b4-sysfs-const-attr-block-v1-2-a35d73b986b0@weissschuh.net
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-ia-ranges.c