On Fri, Sep 29, 2017 at 03:43:57PM -0400, Josef Bacik wrote: > 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 <jba...@fb.com>
Reviewed-by: David Sterba <dste...@suse.com> > @@ -91,8 +82,8 @@ struct btrfs_delayed_extent_op { > * reference count modifications we've queued up. > */ > struct btrfs_delayed_ref_head { > - struct btrfs_delayed_ref_node node; > - > + u64 bytenr, num_bytes; In structures, one declaration per line is recommended. Fixed. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html