]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ovl: Add S_CASEFOLD as part of the inode flag to be copied
authorAndré Almeida <andrealmeid@igalia.com>
Thu, 14 Aug 2025 17:22:18 +0000 (14:22 -0300)
committerAmir Goldstein <amir73il@gmail.com>
Tue, 23 Sep 2025 10:29:36 +0000 (12:29 +0200)
commitf9377faaeae0473ea45f2b6d3ff758e192f3f01d
treeb86cef8eafb0d56ec65d0f45e224f8c6ee8a830a
parent8a78f189756ac3bc8c1c326994ad7261885227bb
ovl: Add S_CASEFOLD as part of the inode flag to be copied

To keep ovl's inodes consistent with their real inodes, create a new
mask for inode file attributes that needs to be copied.  Add the
S_CASEFOLD flag as part of the flags that need to be copied along with
the other file attributes.

Reviewed-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: André Almeida <andrealmeid@igalia.com>
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
fs/overlayfs/copy_up.c
fs/overlayfs/inode.c
fs/overlayfs/overlayfs.h
fs/overlayfs/super.c