Re: [PATCH 1/2] configfs: Constify ct_group_ops in struct config_item_type

From: Breno Leitao

Date: Tue Nov 04 2025 - 05:12:48 EST


On Sat, Oct 25, 2025 at 01:15:37PM +0200, Christophe JAILLET wrote:
> Make 'ct_group_ops' const in struct config_item_type.
> This allows constification of many structures which hold some function
> pointers.
>
> Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>

Reviewed-by: Breno Leitao <leitao@xxxxxxxxxx>