File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -219,6 +219,7 @@ extern void shrink_dcache_for_umount(struct super_block *);
219
219
extern struct dentry * __d_lookup (const struct dentry * , const struct qstr * );
220
220
extern struct dentry * __d_lookup_rcu (const struct dentry * parent ,
221
221
const struct qstr * name , unsigned * seq );
222
+ extern void d_genocide (struct dentry * );
222
223
223
224
/*
224
225
* pipe.c
Original file line number Diff line number Diff line change @@ -243,9 +243,6 @@ extern void d_invalidate(struct dentry *);
243
243
/* only used at mount-time */
244
244
extern struct dentry * d_make_root (struct inode * );
245
245
246
- /* <clickety>-<click> the ramfs-type tree */
247
- extern void d_genocide (struct dentry * );
248
-
249
246
extern void d_mark_tmpfile (struct file * , struct inode * );
250
247
extern void d_tmpfile (struct file * , struct inode * );
251
248
You can’t perform that action at this time.
0 commit comments