diff options
| author | Josef Bacik <josef@toxicpanda.com> | 2023-08-25 16:19:23 -0400 |
|---|---|---|
| committer | David Sterba <dsterba@suse.com> | 2023-10-12 16:44:02 +0200 |
| commit | f005d997c4defa35d092aa3da11c44432a266a9a (patch) | |
| tree | f5ef076185e5aeb01882290bb47015c5d2ea34bc | |
| parent | btrfs: move btrfs_name_hash to dir-item.h (diff) | |
| download | linux-f005d997c4defa35d092aa3da11c44432a266a9a.tar.gz linux-f005d997c4defa35d092aa3da11c44432a266a9a.zip | |
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>
| -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; |
