diff options
Diffstat (limited to 'include/linux/dcache.h')
-rw-r--r-- | include/linux/dcache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/dcache.h b/include/linux/dcache.h index ed9f74f6c519..a47bda5f76db 100644 --- a/include/linux/dcache.h +++ b/include/linux/dcache.h | |||
@@ -249,6 +249,7 @@ extern int d_invalidate(struct dentry *); | |||
249 | 249 | ||
250 | /* only used at mount-time */ | 250 | /* only used at mount-time */ |
251 | extern struct dentry * d_alloc_root(struct inode *); | 251 | extern struct dentry * d_alloc_root(struct inode *); |
252 | extern struct dentry * d_make_root(struct inode *); | ||
252 | 253 | ||
253 | /* <clickety>-<click> the ramfs-type tree */ | 254 | /* <clickety>-<click> the ramfs-type tree */ |
254 | extern void d_genocide(struct dentry *); | 255 | extern void d_genocide(struct dentry *); |