aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/dcache.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2019-05-20 13:44:57 +0100
committerDavid Howells <dhowells@redhat.com>2019-05-21 08:23:41 +0100
commit7e5f7bb08b8cefd3a7e8961861f47fe1f0e830d4 (patch)
treecb383d63183aa28356b61935bda12382e86ee98c /include/linux/dcache.h
parentz3fold: don't bother with dentry_operations (diff)
downloadwireguard-linux-7e5f7bb08b8cefd3a7e8961861f47fe1f0e830d4.tar.xz
wireguard-linux-7e5f7bb08b8cefd3a7e8961861f47fe1f0e830d4.zip
unexport simple_dname()
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 f14e587c5d5d..361305ddd75e 100644
--- a/include/linux/dcache.h
+++ b/include/linux/dcache.h
@@ -291,7 +291,6 @@ static inline unsigned d_count(const struct dentry *dentry)
*/
extern __printf(4, 5)
char *dynamic_dname(struct dentry *, char *, int, const char *, ...);
-extern char *simple_dname(struct dentry *, char *, int);
extern char *__d_path(const struct path *, const struct path *, char *, int);
extern char *d_absolute_path(const struct path *, char *, int);