linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] tmpfs: Casefold fixes
@ 2024-11-01 16:42 André Almeida
  2024-11-01 16:42 ` [PATCH v2 1/3] libfs: Fix kernel-doc warning in generic_ci_validate_strict_name André Almeida
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: André Almeida @ 2024-11-01 16:42 UTC (permalink / raw)
  To: Hugh Dickins, Andrew Morton, Alexander Viro, Christian Brauner,
	Jan Kara, krisman, Stephen Rothwell, Nathan Chancellor
  Cc: linux-mm, linux-kernel, linux-fsdevel, kernel-dev,
	Theodore Ts'o, André Almeida

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@igalia.com/

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-11-06 10:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-01 16:42 [PATCH v2 0/3] tmpfs: Casefold fixes André Almeida
2024-11-01 16:42 ` [PATCH v2 1/3] libfs: Fix kernel-doc warning in generic_ci_validate_strict_name André Almeida
2024-11-01 16:42 ` [PATCH v2 2/3] tmpfs: Fix type for sysfs' casefold attribute André Almeida
2024-11-01 16:42 ` [PATCH v2 3/3] tmpfs: Initialize sysfs during tmpfs init André Almeida
2024-11-06 10:23 ` [PATCH v2 0/3] tmpfs: Casefold fixes Christian Brauner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox