diff options
| author | Al Viro <viro@zeniv.linux.org.uk> | 2025-03-10 00:06:29 -0400 |
|---|---|---|
| committer | Al Viro <viro@zeniv.linux.org.uk> | 2025-11-17 23:59:27 -0500 |
| commit | fc45aee66223253ec5547094d7552819914abdfb (patch) | |
| tree | ebeacdec5d9b3c8d611ae6a2da87136ebc6e50b7 /fs/internal.h | |
| parent | 4433d8e25d73a619c7d855cca8100d0eea89abda (diff) | |
get rid of kill_litter_super()
Not used anymore.
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, 0 insertions, 1 deletions
diff --git a/fs/internal.h b/fs/internal.h index 9b2b4d116880..144686af6c36 100644 --- a/fs/internal.h +++ b/fs/internal.h @@ -227,7 +227,6 @@ 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 |