aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/overlayfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/overlayfs/overlayfs.h')
-rw-r--r--fs/overlayfs/overlayfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/overlayfs/overlayfs.h b/fs/overlayfs/overlayfs.h
index d39eaa8f5e47..d176b679f526 100644
--- a/fs/overlayfs/overlayfs.h
+++ b/fs/overlayfs/overlayfs.h
@@ -135,6 +135,7 @@ void ovl_dentry_version_inc(struct dentry *dentry);
135void ovl_path_upper(struct dentry *dentry, struct path *path); 135void ovl_path_upper(struct dentry *dentry, struct path *path);
136void ovl_path_lower(struct dentry *dentry, struct path *path); 136void ovl_path_lower(struct dentry *dentry, struct path *path);
137enum ovl_path_type ovl_path_real(struct dentry *dentry, struct path *path); 137enum ovl_path_type ovl_path_real(struct dentry *dentry, struct path *path);
138int ovl_path_next(int idx, struct dentry *dentry, struct path *path);
138struct dentry *ovl_dentry_upper(struct dentry *dentry); 139struct dentry *ovl_dentry_upper(struct dentry *dentry);
139struct dentry *ovl_dentry_lower(struct dentry *dentry); 140struct dentry *ovl_dentry_lower(struct dentry *dentry);
140struct dentry *ovl_dentry_real(struct dentry *dentry); 141struct dentry *ovl_dentry_real(struct dentry *dentry);