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/sysfs.h | |
| parent | btrfs: simplify returns and labels in btrfs_init_fs_root() (diff) | |
| download | linux-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/sysfs.h')
| -rw-r--r-- | fs/btrfs/sysfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/sysfs.h b/fs/btrfs/sysfs.h index 3fc5c6f90dc4..0f94ae923210 100644 --- a/fs/btrfs/sysfs.h +++ b/fs/btrfs/sysfs.h @@ -7,6 +7,7 @@ #include <linux/compiler_types.h> #include <linux/kobject.h> +struct block_device; struct btrfs_fs_info; struct btrfs_device; struct btrfs_fs_devices; |
