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/ioctl.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/ioctl.h')
| -rw-r--r-- | fs/btrfs/ioctl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/ioctl.h b/fs/btrfs/ioctl.h index ce915fcda43b..18c45851e0b6 100644 --- a/fs/btrfs/ioctl.h +++ b/fs/btrfs/ioctl.h @@ -9,6 +9,8 @@ struct file; struct dentry; struct mnt_idmap; struct fileattr; +struct inode; +struct io_uring_cmd; struct btrfs_fs_info; struct btrfs_ioctl_balance_args; |
