git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ba6462
)
drm/nouveau: Don't take struct_mutex around the pushbuf IOCTL.
author
Francisco Jerez
<currojerez@riseup.net>
Sun, 29 Aug 2010 10:21:16 +0000
(12:21 +0200)
committer
Ben Skeggs
<bskeggs@redhat.com>
Thu, 2 Sep 2010 22:23:35 +0000
(08:23 +1000)
We don't need it and it can lead to lock order inversions with respect
to drm_global_mutex, potentially causing dead locks.
Signed-off-by: Francisco Jerez <currojerez@riseup.net>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
No differences found