On Wed, May 07, 2014 at 01:07:17PM -0700, Mark Fasheh wrote:
> +struct ref {
> + u64 bytenr;
> + u64 num_bytes;
> + u64 parent;
> + u64 root;
> +
> + struct rb_node bytenr_node;
> +};
A way too generic name, though it's only local to the qgroup verifier,
one can't easily grep for it etc.
The rest looks ok or can be addressed later.
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html