Skip to content

Commit ba8894a

Browse files
author
Miklos Szeredi
committed
ovl: remove unused forward declaration
JIRA: https://issues.redhat.com/browse/RHEL-83562 commit a6eb9a4 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: 184996e ("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>
1 parent 93e8172 commit ba8894a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

fs/overlayfs/overlayfs.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -529,8 +529,6 @@ int ovl_set_metacopy_xattr(struct ovl_fs *ofs, struct dentry *d,
529529
bool ovl_is_metacopy_dentry(struct dentry *dentry);
530530
char *ovl_get_redirect_xattr(struct ovl_fs *ofs, const struct path *path, int padding);
531531
int ovl_ensure_verity_loaded(struct path *path);
532-
int ovl_get_verity_xattr(struct ovl_fs *ofs, const struct path *path,
533-
u8 *digest_buf, int *buf_length);
534532
int ovl_validate_verity(struct ovl_fs *ofs,
535533
struct path *metapath,
536534
struct path *datapath);

0 commit comments

Comments
 (0)