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/file.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/file.h')
| -rw-r--r-- | fs/btrfs/file.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/file.h b/fs/btrfs/file.h index de89e644be29..d7df81388cbe 100644 --- a/fs/btrfs/file.h +++ b/fs/btrfs/file.h @@ -9,6 +9,8 @@ struct file; struct extent_state; struct kiocb; struct iov_iter; +struct inode; +struct folio; struct page; struct btrfs_ioctl_encoded_io_args; struct btrfs_drop_extents_args; |