vfs: d_alloc_root() gone
all callers converted to d_make_root() by now Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
318ceed088
commit
32991ab305
3 changed files with 6 additions and 25 deletions
|
@ -222,7 +222,6 @@ extern void shrink_dcache_for_umount(struct super_block *);
|
|||
extern int d_invalidate(struct dentry *);
|
||||
|
||||
/* only used at mount-time */
|
||||
extern struct dentry * d_alloc_root(struct inode *);
|
||||
extern struct dentry * d_make_root(struct inode *);
|
||||
|
||||
/* <clickety>-<click> the ramfs-type tree */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue