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

2013-12-16 Thread Thierry Reding
On Mon, Dec 16, 2013 at 11:29:42AM +0100, 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] drm: rename dev->count_lock to dev->buf_lock

2013-12-16 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