--- zzzz-none-000/linux-4.1.38/fs/overlayfs/overlayfs.h 2017-01-18 18:48:06.000000000 +0000 +++ bcm63-7582-715/linux-4.1.38/fs/overlayfs/overlayfs.h 2020-11-25 10:06:48.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);