Centos-kernel-stream-9/fs/overlayfs
Miklos Szeredi ba8894a0af ovl: remove unused forward declaration
JIRA: https://issues.redhat.com/browse/RHEL-83562

commit a6eb9a4a69cc360b930dad9dc8513f8fd9b3577f
Author: Giuseppe Scrivano <gscrivan@redhat.com>
Date:   Mon Feb 10 13:07:55 2025 +0100

    ovl: remove unused forward declaration

    The ovl_get_verity_xattr() function was never added, only its declaration.

    Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
    Fixes: 184996e92e86 ("ovl: Validate verity xattr when resolving lowerdata")
    Reviewed-by: Amir Goldstein <amir73il@gmail.com>
    Reviewed-by: Alexander Larsson <alexl@redhat.com>
    Reviewed-by: Christian Brauner <brauner@kernel.org>
    Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
2025-06-23 10:16:37 +02:00
..
Kconfig ovl: Kconfig: Fix spelling mistake "undelying" -> "underlying" 2025-03-14 17:13:54 +01:00
Makefile ovl: modify layer parameter parsing 2025-03-17 17:05:31 +01:00
copy_up.c ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up 2025-06-23 10:16:37 +02:00
dir.c ovl: reorder ovl_want_write() after ovl_inode_lock() 2025-03-17 17:05:38 +01:00
export.c ovl: support encoding fid from inode with no alias 2025-06-23 10:16:36 +02:00
file.c ovl: add helper ovl_file_modified() 2025-03-17 17:05:38 +01:00
inode.c ovl: properly handle large files in ovl_security_fileattr 2025-06-23 10:16:37 +02:00
namei.c ovl: pass realinode to ovl_encode_real_fh() instead of realdentry 2025-06-23 10:16:36 +02:00
overlayfs.h ovl: remove unused forward declaration 2025-06-23 10:16:37 +02:00
ovl_entry.h ovl: make use of ->layers safe in rcu pathwalk 2025-03-17 17:05:37 +01:00
params.c ovl: fail if trusted xattrs are needed but caller lacks permission 2025-06-23 10:16:37 +02:00
params.h ovl: store and show the user provided lowerdir mount option 2025-06-23 10:16:35 +02:00
readdir.c ovl: pass ovl_fs to xino helpers 2025-03-17 16:16:47 +01:00
super.c ovl: don't allow datadir only 2025-06-23 10:16:37 +02:00
util.c ovl: fix misformatted comment 2025-06-23 10:16:35 +02:00
xattrs.c ovl: reorder ovl_want_write() after ovl_inode_lock() 2025-03-17 17:05:38 +01:00