diff options
| author | David Sterba <dsterba@suse.com> | 2025-02-12 21:22:16 +0100 |
|---|---|---|
| committer | David Sterba <dsterba@suse.com> | 2025-03-18 20:35:43 +0100 |
| commit | 6149c82bdaff63203e58a4910d9245468d281f39 (patch) | |
| tree | b36026c60eae2f314d37fbea571e5c1930745579 /fs/btrfs/raid-stripe-tree.h | |
| parent | f867ccabb8f39986d90aa0e4b8a05a1115cbbbd8 (diff) | |
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/raid-stripe-tree.h')
| -rw-r--r-- | fs/btrfs/raid-stripe-tree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/raid-stripe-tree.h b/fs/btrfs/raid-stripe-tree.h index 541836421778..69942ad43140 100644 --- a/fs/btrfs/raid-stripe-tree.h +++ b/fs/btrfs/raid-stripe-tree.h @@ -9,6 +9,7 @@ #include <linux/types.h> #include <uapi/linux/btrfs_tree.h> #include "fs.h" +#include "accessors.h" #define BTRFS_RST_SUPP_BLOCK_GROUP_MASK (BTRFS_BLOCK_GROUP_DUP | \ BTRFS_BLOCK_GROUP_RAID1_MASK | \ |