diff options
Diffstat (limited to 'fs/overlayfs/overlayfs.h')
-rw-r--r-- | fs/overlayfs/overlayfs.h | 1 |
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); | |||
135 | void ovl_path_upper(struct dentry *dentry, struct path *path); | 135 | void ovl_path_upper(struct dentry *dentry, struct path *path); |
136 | void ovl_path_lower(struct dentry *dentry, struct path *path); | 136 | void ovl_path_lower(struct dentry *dentry, struct path *path); |
137 | enum ovl_path_type ovl_path_real(struct dentry *dentry, struct path *path); | 137 | enum ovl_path_type ovl_path_real(struct dentry *dentry, struct path *path); |
138 | int ovl_path_next(int idx, struct dentry *dentry, struct path *path); | ||
138 | struct dentry *ovl_dentry_upper(struct dentry *dentry); | 139 | struct dentry *ovl_dentry_upper(struct dentry *dentry); |
139 | struct dentry *ovl_dentry_lower(struct dentry *dentry); | 140 | struct dentry *ovl_dentry_lower(struct dentry *dentry); |
140 | struct dentry *ovl_dentry_real(struct dentry *dentry); | 141 | struct dentry *ovl_dentry_real(struct dentry *dentry); |