Skip to content

Commit 8a54b38

Browse files
author
Al Viro
committed
d_genocide(): move the extern into fs/internal.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
1 parent 715cd66 commit 8a54b38

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

fs/internal.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ extern void shrink_dcache_for_umount(struct super_block *);
219219
extern struct dentry *__d_lookup(const struct dentry *, const struct qstr *);
220220
extern struct dentry *__d_lookup_rcu(const struct dentry *parent,
221221
const struct qstr *name, unsigned *seq);
222+
extern void d_genocide(struct dentry *);
222223

223224
/*
224225
* pipe.c

include/linux/dcache.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,6 @@ extern void d_invalidate(struct dentry *);
243243
/* only used at mount-time */
244244
extern struct dentry * d_make_root(struct inode *);
245245

246-
/* <clickety>-<click> the ramfs-type tree */
247-
extern void d_genocide(struct dentry *);
248-
249246
extern void d_mark_tmpfile(struct file *, struct inode *);
250247
extern void d_tmpfile(struct file *, struct inode *);
251248

0 commit comments

Comments
 (0)