diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2023-11-11 22:01:27 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2023-11-25 08:50:15 +0100 |
commit | 8a54b38f3e5ced6cc4b246b8e54bd0f50deceaa8 (patch) | |
tree | 5430c88a90ffc0b2b46ca00b9601acbc373a4ad2 /fs/internal.h | |
parent | simple_fill_super(): don't bother with d_genocide() on failure (diff) | |
download | linux-8a54b38f3e5ced6cc4b246b8e54bd0f50deceaa8.tar.xz linux-8a54b38f3e5ced6cc4b246b8e54bd0f50deceaa8.zip |
d_genocide(): move the extern into fs/internal.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/internal.h')
-rw-r--r-- | fs/internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/internal.h b/fs/internal.h index 9e9fc629f935..d9a920e2636e 100644 --- a/fs/internal.h +++ b/fs/internal.h @@ -219,6 +219,7 @@ extern void shrink_dcache_for_umount(struct super_block *); extern struct dentry *__d_lookup(const struct dentry *, const struct qstr *); extern struct dentry *__d_lookup_rcu(const struct dentry *parent, const struct qstr *name, unsigned *seq); +extern void d_genocide(struct dentry *); /* * pipe.c |