Re: convert dc to using krefs for object reference counts

2017-10-03 Thread Harry Wentland
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

Re: convert dc to using krefs for object reference counts

2017-10-03 Thread Christian König
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

convert dc to using krefs for object reference counts

2017-10-02 Thread 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 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