]> Git Repo - linux.git/blobdiff - fs/btrfs/tree-checker.h
btrfs: fix information leak in btrfs_ioctl_logical_to_ino()
[linux.git] / fs / btrfs / tree-checker.h
index 14b9fbe82da474d1c3abbf254413a9ca67be99e4..5c809b50b2d09bbcbbae911774233182658c0d66 100644 (file)
@@ -6,10 +6,12 @@
 #ifndef BTRFS_TREE_CHECKER_H
 #define BTRFS_TREE_CHECKER_H
 
+#include <linux/types.h>
 #include <uapi/linux/btrfs_tree.h>
 
 struct extent_buffer;
 struct btrfs_chunk;
+struct btrfs_key;
 
 /* All the extra info needed to verify the parentness of a tree block. */
 struct btrfs_tree_parent_check {
This page took 0.044933 seconds and 4 git commands to generate.