aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/dcache.h')
-rw-r--r--include/linux/dcache.h1
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 */
251extern struct dentry * d_alloc_root(struct inode *); 251extern struct dentry * d_alloc_root(struct inode *);
252extern struct dentry * d_make_root(struct inode *);
252 253
253/* <clickety>-<click> the ramfs-type tree */ 254/* <clickety>-<click> the ramfs-type tree */
254extern void d_genocide(struct dentry *); 255extern void d_genocide(struct dentry *);