[PATCH 09/18] drm: rename dev->count_lock to dev->buf_lock

2014-04-17 Thread Thierry Reding
On Fri, Apr 11, 2014 at 11:36:06PM +0200, Daniel Vetter wrote: > Since really that's all it protects - legacy horror stories in > drm_bufs.c. Since I don't want to waste any more time on this I didn't > bother to actually look at what it protects in there, but it's at > least contained now. > > v2

[PATCH 09/18] drm: rename dev->count_lock to dev->buf_lock

2014-04-11 Thread Daniel Vetter
Since really that's all it protects - legacy horror stories in drm_bufs.c. Since I don't want to waste any more time on this I didn't bother to actually look at what it protects in there, but it's at least contained now. v2: Move the spurious hunk to the right patch (Thierry). Cc: Thierry Reding