--- zzzz-none-000/linux-4.1.52/fs/overlayfs/overlayfs.h 2018-05-28 02:26:45.000000000 +0000 +++ bcm63-7530ax-731/linux-4.1.52/fs/overlayfs/overlayfs.h 2022-03-02 11:37:13.000000000 +0000 @@ -145,6 +145,9 @@ struct ovl_dir_cache *ovl_dir_cache(struct dentry *dentry); void ovl_set_dir_cache(struct dentry *dentry, struct ovl_dir_cache *cache); struct dentry *ovl_workdir(struct dentry *dentry); +#if defined(CONFIG_BCM_KF_OVERLAYFS_BACKPORTS) +const struct cred *ovl_override_creds(struct super_block *sb); +#endif int ovl_want_write(struct dentry *dentry); void ovl_drop_write(struct dentry *dentry); bool ovl_dentry_is_opaque(struct dentry *dentry);