[GIT PULL] configfs for v6.19

From: Andreas Hindborg

Date: Tue Dec 02 2025 - 09:49:48 EST


Hi Linus,

Here are the changes for configfs for v6.19.

This time it is two commits changing constness of the configfs vtable
pointers. We plan to follow up with changes at call sites down the road.

Please pull for v6.19.

Best regards,
Andreas Hindborg

The following changes since commit ac3fd01e4c1efce8f2c054cdeb2ddd2fc0fb150d:

Linux 6.18-rc7 (2025-11-23 14:53:16 -0800)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/a.hindborg/linux.git tags/configfs-for-v6.19

for you to fetch changes up to f7f78098690d60a03b47942ac7d73ea17b42239e:

configfs: Constify ct_item_ops in struct config_item_type (2025-11-27 12:03:27 +0100)

----------------------------------------------------------------
configfs changes for v6.19

----------------------------------------------------------------
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(-)