commit | e2f896b3180e3b5d34b1d174b931205a43072d17 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Tue Sep 15 10:54:23 2020 +0200 |
committer | David Sterba <dsterba@suse.com> | Wed Oct 07 12:13:23 2020 +0200 |
tree | 8d859c9f1ff2a69b08b5efd2ba68890508082165 | |
parent | 2c53a14dd30124de9468316933715deaf7443096 [diff] |
btrfs: send: use helpers for unaligned access to header members The header is mapped onto the send buffer and thus its members may be potentially unaligned so use the helpers instead of directly assigning the pointers. This has worked so far but let's use the helpers to make that clear. Signed-off-by: David Sterba <dsterba@suse.com>