summaryrefslogtreecommitdiff
path: root/include/linux/dcache.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2023-11-12 00:01:27 +0300
committerAl Viro <viro@zeniv.linux.org.uk>2023-11-25 10:50:15 +0300
commit8a54b38f3e5ced6cc4b246b8e54bd0f50deceaa8 (patch)
tree5430c88a90ffc0b2b46ca00b9601acbc373a4ad2 /include/linux/dcache.h
parent715cd66aabf96b6cf423590954326799312c6dfa (diff)
downloadlinux-8a54b38f3e5ced6cc4b246b8e54bd0f50deceaa8.tar.xz
d_genocide(): move the extern into fs/internal.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/dcache.h')
-rw-r--r--include/linux/dcache.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/dcache.h b/include/linux/dcache.h
index 8c5e3bdf1147..b4324d47f249 100644
--- a/include/linux/dcache.h
+++ b/include/linux/dcache.h
@@ -243,9 +243,6 @@ extern void d_invalidate(struct dentry *);
/* only used at mount-time */
extern struct dentry * d_make_root(struct inode *);
-/* <clickety>-<click> the ramfs-type tree */
-extern void d_genocide(struct dentry *);
-
extern void d_mark_tmpfile(struct file *, struct inode *);
extern void d_tmpfile(struct file *, struct inode *);