File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -219,6 +219,7 @@ extern void shrink_dcache_for_umount(struct super_block *);
219219extern struct dentry * __d_lookup (const struct dentry * , const struct qstr * );
220220extern 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
Original file line number Diff line number Diff line change @@ -243,9 +243,6 @@ extern void d_invalidate(struct dentry *);
243243/* only used at mount-time */
244244extern struct dentry * d_make_root (struct inode * );
245245
246- /* <clickety>-<click> the ramfs-type tree */
247- extern void d_genocide (struct dentry * );
248-
249246extern void d_mark_tmpfile (struct file * , struct inode * );
250247extern void d_tmpfile (struct file * , struct inode * );
251248
You can’t perform that action at this time.
0 commit comments