On Sat, Mar 11, 2017 at 05:03:26PM -0600, Goldwyn Rodrigues wrote:
> -     int reserved;
> +     long reserved;

> -     reserved = atomic_xchg(&root->qgroup_meta_rsv, 0);
> +     reserved = atomic64_xchg(&root->qgroup_meta_rsv, 0);

atomic64_xchg returns 'long long' so u64 should be used.
--
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

Reply via email to