Re: [PATCH] btrfs: make kobj_type structures constant

From: David Sterba
Date: Fri Feb 10 2023 - 08:04:41 EST


On Fri, Feb 10, 2023 at 02:13:40AM +0000, Thomas Weißschuh wrote:
> 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@xxxxxxxxxxxxxx>

Added to misc-next, thanks.