[PATCH 0/2] configfs: Constify some fileds in struct config_item_type

From: Christophe JAILLET

Date: Sat Oct 25 2025 - 07:18:00 EST


These 2 patches constify ct_item_ops and ct_group_ops in struct
config_item_type.

When/if they are applied, I'll send some patchess in each subsystem to
constify the corresponding structures.

This 2 steps approach is IMHO easier way to make these changes.
This avoids long series and cover-letter/first patches sent to many
maintainers and lists.

However, if you prefer things to be done in the same serie, I can do
that as well.

Christophe JAILLET (2):
configfs: Constify ct_group_ops in struct config_item_type
configfs: Constify ct_item_ops in struct config_item_type

fs/configfs/dir.c | 2 +-
fs/configfs/file.c | 2 +-
include/linux/configfs.h | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)

--
2.51.0