]> git.sesse.net Git - bcachefs-tools-debian/blob - include/linux/dcache.h
rust: bump rpassword to v7.x
[bcachefs-tools-debian] / include / linux / dcache.h
1 #ifndef __LINUX_DCACHE_H
2 #define __LINUX_DCACHE_H
3
4 struct super_block;
5 struct inode;
6
7 struct dentry {
8         struct super_block *d_sb;
9         struct inode *d_inode;
10 };
11
12 #endif  /* __LINUX_DCACHE_H */