After casefold support for tmpfs was merged into vfs tree, two warnings were reported and I also found a small fix in the code. Thanks Nathan Chancellor and Stephen Rothwell! Changelog: - Fixed ifdef guard for tmpfs_sysfs_init() v1: https://lore.kernel.org/lkml/20241101013741.295792-1-andrealmeid@xxxxxxxxxx/ André Almeida (3): libfs: Fix kernel-doc warning in generic_ci_validate_strict_name tmpfs: Fix type for sysfs' casefold attribute tmpfs: Initialize sysfs during tmpfs init include/linux/fs.h | 10 ++--- mm/shmem.c | 105 +++++++++++++++++++++++++++++---------------- 2 files changed, 73 insertions(+), 42 deletions(-) -- 2.47.0