diff options
author | Jeff Layton <jlayton@redhat.com> | 2013-01-15 12:54:29 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-22 23:31:33 -0500 |
commit | ad8ca3743cb7eef0eb8a2e87943c513201685eec (patch) | |
tree | 5ee03d4bf4ba98d8c7c3edab832b4cb00f147e66 /include/linux/dcache.h | |
parent | 6b4d0b2793337cc8943cd2948388218e2777400c (diff) | |
download | blackbird-obmc-linux-ad8ca3743cb7eef0eb8a2e87943c513201685eec.tar.gz blackbird-obmc-linux-ad8ca3743cb7eef0eb8a2e87943c513201685eec.zip |
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.h | 1 |
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); |