aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file-item.h
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2025-02-12 21:22:16 +0100
committerDavid Sterba <dsterba@suse.com>2025-03-18 20:35:43 +0100
commit6149c82bdaff63203e58a4910d9245468d281f39 (patch)
treeb36026c60eae2f314d37fbea571e5c1930745579 /fs/btrfs/file-item.h
parentbtrfs: simplify returns and labels in btrfs_init_fs_root() (diff)
downloadlinux-6149c82bdaff63203e58a4910d9245468d281f39.tar.gz
linux-6149c82bdaff63203e58a4910d9245468d281f39.zip
btrfs: update include and forward declarations in headers
Pass over all header files and add missing forward declarations, includes or fix include types. Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/file-item.h')
-rw-r--r--fs/btrfs/file-item.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/file-item.h b/fs/btrfs/file-item.h
index 0e13661a71f3..6181a70ec3ef 100644
--- a/fs/btrfs/file-item.h
+++ b/fs/btrfs/file-item.h
@@ -3,8 +3,10 @@
#ifndef BTRFS_FILE_ITEM_H
#define BTRFS_FILE_ITEM_H
+#include <linux/blk_types.h>
#include <linux/list.h>
#include <uapi/linux/btrfs_tree.h>
+#include "ctree.h"
#include "accessors.h"
struct extent_map;