summaryrefslogtreecommitdiffstats
path: root/include/linux/dcache.h
diff options
context:
space:
mode:
authorJeff Layton <jlayton@redhat.com>2013-01-15 12:54:29 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2013-02-22 23:31:33 -0500
commitad8ca3743cb7eef0eb8a2e87943c513201685eec (patch)
tree5ee03d4bf4ba98d8c7c3edab832b4cb00f147e66 /include/linux/dcache.h
parent6b4d0b2793337cc8943cd2948388218e2777400c (diff)
downloadlinux-ad8ca3743cb7eef0eb8a2e87943c513201685eec.tar.gz
linux-ad8ca3743cb7eef0eb8a2e87943c513201685eec.tar.xz
vfs: remove d_path_with_unreachable
The last caller was removed >2 years ago in commit 7b2a69ba7. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/dcache.h')
-rw-r--r--include/linux/dcache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/dcache.h b/include/linux/dcache.h
index c1754b59ddd3..63e96844a8e8 100644
--- a/include/linux/dcache.h
+++ b/include/linux/dcache.h
@@ -333,7 +333,6 @@ extern char *dynamic_dname(struct dentry *, char *, int, const char *, ...);
extern char *__d_path(const struct path *, const struct path *, char *, int);
extern char *d_absolute_path(const struct path *, char *, int);
extern char *d_path(const struct path *, char *, int);
-extern char *d_path_with_unreachable(const struct path *, char *, int);
extern char *dentry_path_raw(struct dentry *, char *, int);
extern char *dentry_path(struct dentry *, char *, int);