aboutsummaryrefslogtreecommitdiffstats
path: root/fs/d_path.c
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 /fs/d_path.c
parentz3fold: don't bother with dentry_operations (diff)
downloadlinux-dev-7e5f7bb08b8cefd3a7e8961861f47fe1f0e830d4.tar.xz
linux-dev-7e5f7bb08b8cefd3a7e8961861f47fe1f0e830d4.zip
unexport simple_dname()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/d_path.c')
-rw-r--r--fs/d_path.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/d_path.c b/fs/d_path.c
index e8fce6b1174f..a7d0a96b35ce 100644
--- a/fs/d_path.c
+++ b/fs/d_path.c
@@ -316,7 +316,6 @@ char *simple_dname(struct dentry *dentry, char *buffer, int buflen)
end = ERR_PTR(-ENAMETOOLONG);
return end;
}
-EXPORT_SYMBOL(simple_dname);
/*
* Write full pathname from the root of the filesystem into the buffer.