mbox series

[0/3] tmpfs: Casefold fixes

Message ID 20241101013741.295792-1-andrealmeid@igalia.com (mailing list archive)
Headers show
Series tmpfs: Casefold fixes | expand

Message

André Almeida Nov. 1, 2024, 1:37 a.m. UTC
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!

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