On 2017-10-02 10:38 PM, Dave Airlie wrote:
> This series might be a bit of a too big step :-)
>
Should be okay since ref counts are pretty self-contained.
> So in the kernel we use krefs for reference counts for lots of good
> reasons, the main one, is no bugs with roll your own atomic reference
Apart from a minor style nit pick which was repeated a few times the
series is Reviewed-by: Christian König .
Regards,
Christian.
Am 03.10.2017 um 04:38 schrieb Dave Airlie:
This series might be a bit of a too big step :-)
So in the kernel we use krefs for reference counts for lots of good
re
This series might be a bit of a too big step :-)
So in the kernel we use krefs for reference counts for lots of good
reasons, the main one, is no bugs with roll your own atomic reference
counting for structs, which lots of this code is.
I've ported all the structs I could find using hand rolled a