commit | d278850eff3053ef166cf64c16f798dfe36278a2 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@toxicpanda.com> | Fri Sep 29 15:43:57 2017 -0400 |
committer | David Sterba <dsterba@suse.com> | Mon Oct 30 12:28:00 2017 +0100 |
tree | c0fa4167cbc6622b4caf5562ed1b74ea07c5b836 | |
parent | c1103f7a5d7a544dfdaca6102de68792909dc834 [diff] |
btrfs: remove delayed_ref_node from ref_head This is just excessive information in the ref_head, and makes the code complicated. It is a relic from when we had the heads and the refs in the same tree, which is no longer the case. With this removal I've cleaned up a bunch of the cruft around this old assumption as well. Signed-off-by: Josef Bacik <jbacik@fb.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>