commit | c4ac75419826c7afc997bbe4da07ad6f963da22f | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Wed Mar 20 13:17:13 2019 +0100 |
committer | David Sterba <dsterba@suse.com> | Mon Mar 23 17:01:44 2020 +0100 |
tree | 0993ba0b9ac4d0915a74494a15c8088d77827329 | |
parent | 9a8658e33d8fd45879eebc44178b2a172e76bb47 [diff] |
btrfs: open code trivial helper btrfs_header_chunk_tree_uuid The helper btrfs_header_chunk_tree_uuid follows naming convention of other struct accessors but does something compeletly different. As the offsetof calculation is clear in the context of extent buffer operations we can remove it. Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Signed-off-by: David Sterba <dsterba@suse.com>