diff options
Diffstat (limited to 'include/linux/dcache.h')
-rw-r--r-- | include/linux/dcache.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/dcache.h b/include/linux/dcache.h index 6bd646096fa6..cfb1627ac51c 100644 --- a/include/linux/dcache.h +++ b/include/linux/dcache.h | |||
@@ -301,7 +301,9 @@ extern int d_validate(struct dentry *, struct dentry *); | |||
301 | */ | 301 | */ |
302 | extern char *dynamic_dname(struct dentry *, char *, int, const char *, ...); | 302 | extern char *dynamic_dname(struct dentry *, char *, int, const char *, ...); |
303 | 303 | ||
304 | extern char *__d_path(const struct path *path, struct path *root, char *, int); | ||
304 | extern char *d_path(struct path *, char *, int); | 305 | extern char *d_path(struct path *, char *, int); |
306 | extern char *dentry_path(struct dentry *, char *, int); | ||
305 | 307 | ||
306 | /* Allocation counts.. */ | 308 | /* Allocation counts.. */ |
307 | 309 | ||
@@ -359,7 +361,6 @@ static inline int d_mountpoint(struct dentry *dentry) | |||
359 | } | 361 | } |
360 | 362 | ||
361 | extern struct vfsmount *lookup_mnt(struct vfsmount *, struct dentry *); | 363 | extern struct vfsmount *lookup_mnt(struct vfsmount *, struct dentry *); |
362 | extern struct vfsmount *__lookup_mnt(struct vfsmount *, struct dentry *, int); | ||
363 | extern struct dentry *lookup_create(struct nameidata *nd, int is_dir); | 364 | extern struct dentry *lookup_create(struct nameidata *nd, int is_dir); |
364 | 365 | ||
365 | extern int sysctl_vfs_cache_pressure; | 366 | extern int sysctl_vfs_cache_pressure; |