Commit 4352b8cd authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Christian Brauner

fs: unexport d_genocide

d_genocide is only used by built-in code.
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Message-Id: <20230808161704.1099680-1-hch@lst.de>
Signed-off-by: default avatarChristian Brauner <brauner@kernel.org>
parent 021a160a
......@@ -3247,8 +3247,6 @@ void d_genocide(struct dentry *parent)
d_walk(parent, parent, d_genocide_kill);
}
EXPORT_SYMBOL(d_genocide);
void d_tmpfile(struct file *file, struct inode *inode)
{
struct dentry *dentry = file->f_path.dentry;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment