unexport simple_dname()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2019-05-20 13:44:57 +01:00
committed by David Howells
parent 4de1e3a8ec
commit 7e5f7bb08b
3 changed files with 1 additions and 2 deletions

View File

@@ -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.