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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/dcache.h b/include/linux/dcache.h
index d2e38dc6172c..025727bf6797 100644
--- a/include/linux/dcache.h
+++ b/include/linux/dcache.h
@@ -591,5 +591,11 @@ static inline struct inode *d_real_inode(const struct dentry *dentry)
591 return d_backing_inode(d_real((struct dentry *) dentry, NULL, 0)); 591 return d_backing_inode(d_real((struct dentry *) dentry, NULL, 0));
592} 592}
593 593
594struct name_snapshot {
595 const char *name;
596 char inline_name[DNAME_INLINE_LEN];
597};
598void take_dentry_name_snapshot(struct name_snapshot *, struct dentry *);
599void release_dentry_name_snapshot(struct name_snapshot *);
594 600
595#endif /* __LINUX_DCACHE_H */ 601#endif /* __LINUX_DCACHE_H */