commit | 31344b2fcead3239c5b801016d9bae82506b92c2 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Mon May 11 14:49:10 2020 +0200 |
committer | David Sterba <dsterba@suse.com> | Mon May 25 11:25:29 2020 +0200 |
tree | 08646d72cff8187412f194c2a850f4e875a7c19a | |
parent | 943aeb0dae9903ec70157129daed246086e8e111 [diff] |
btrfs: remove more obsolete v0 extent ref declarations The extent references v0 have been superseded long time go, there are some unused declarations of access helpers. We can safely remove them now. The struct btrfs_extent_ref_v0 is not used anywhere, but struct btrfs_extent_item_v0 is still part of a backward compatibility check in relocation.c and thus not removed. Signed-off-by: David Sterba <dsterba@suse.com>