Re: [PATCH 2/2] configfs: Constify ct_item_ops in struct config_item_type
From: Breno Leitao
Date: Tue Nov 04 2025 - 05:11:02 EST
On Sat, Oct 25, 2025 at 01:15:38PM +0200, Christophe JAILLET wrote:
> Make 'ct_item_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>