diff options
author | Josef Bacik <josef@toxicpanda.com> | 2023-08-25 23:19:23 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2023-10-12 17:44:02 +0300 |
commit | f005d997c4defa35d092aa3da11c44432a266a9a (patch) | |
tree | f5ef076185e5aeb01882290bb47015c5d2ea34bc /fs/btrfs/accessors.h | |
parent | 1b9e6a15bcc9abd5e6d641a29b82aad5d8e801d8 (diff) | |
download | linux-f005d997c4defa35d092aa3da11c44432a266a9a.tar.xz |
btrfs: include asm/unaligned.h in accessors.h
We use the unaligned helpers directly in accessors.h, add the include
here.
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/accessors.h')
-rw-r--r-- | fs/btrfs/accessors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/accessors.h b/fs/btrfs/accessors.h index 8cfc8214109c..f958eccff477 100644 --- a/fs/btrfs/accessors.h +++ b/fs/btrfs/accessors.h @@ -4,6 +4,7 @@ #define BTRFS_ACCESSORS_H #include <linux/stddef.h> +#include <asm/unaligned.h> struct btrfs_map_token { struct extent_buffer *eb; |