diff options
Diffstat (limited to 'include/linux/dcache.h')
| -rw-r--r-- | include/linux/dcache.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/dcache.h b/include/linux/dcache.h index 0afc6a560a8d..72bafcf17fce 100644 --- a/include/linux/dcache.h +++ b/include/linux/dcache.h @@ -228,8 +228,7 @@ extern struct dentry * __d_lookup(struct dentry *, struct qstr *); /* validate "insecure" dentry pointer */ extern int d_validate(struct dentry *, struct dentry *); -extern char * __d_path(struct dentry *, struct vfsmount *, struct dentry *, - struct vfsmount *, char *, int); +extern char * d_path(struct dentry *, struct vfsmount *, char *, int); /* Allocation counts.. */ |
