]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - include/linux/dcache.h
move Rust sources to top level, C sources into c_src
[bcachefs-tools-debian] / include / linux / dcache.h
diff --git a/include/linux/dcache.h b/include/linux/dcache.h
deleted file mode 100644 (file)
index 7637854..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef __LINUX_DCACHE_H
-#define __LINUX_DCACHE_H
-
-struct super_block;
-struct inode;
-
-struct dentry {
-       struct super_block *d_sb;
-       struct inode *d_inode;
-};
-
-#endif /* __LINUX_DCACHE_H */