block: constify struct part_attr_group
authorThomas Weißschuh <linux@weissschuh.net>
Tue, 30 May 2023 17:09:59 +0000 (19:09 +0200)
committerJens Axboe <axboe@kernel.dk>
Tue, 30 May 2023 17:12:43 +0000 (11:12 -0600)
commit0bd478005cfc7f50ccb769744d952e9687ee75b4
tree4bb6cdb7e0fc79644fa1f59df29e62d61393efd9
parentcdb37f73cf05631c4f7401f2cd99878733c0c3d9
block: constify struct part_attr_group

The struct is never modified so it can be const.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Link: https://lore.kernel.org/r/20230419-const-partition-v3-3-4e14e48be367@weissschuh.net
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/partitions/core.c