projects
/
profile
/
ivi
/
libdrm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01f905c
)
lockdep warned about a possible locking dependency
author
Dave Airlie
<airlied@redhat.com>
Tue, 18 Dec 2007 08:17:11 +0000
(19:17 +1100)
committer
Dave Airlie
<airlied@redhat.com>
Tue, 18 Dec 2007 08:17:11 +0000
(19:17 +1100)
linux-core/drm_fops.c
patch
|
blob
|
history
diff --git
a/linux-core/drm_fops.c
b/linux-core/drm_fops.c
index
cc09fc1
..
7efcb23
100644
(file)
--- a/
linux-core/drm_fops.c
+++ b/
linux-core/drm_fops.c
@@
-472,8
+472,8
@@
int drm_release(struct inode *inode, struct file *filp)
}
mutex_unlock(&dev->ctxlist_mutex);
- mutex_lock(&dev->struct_mutex);
drm_fb_release(filp);
+ mutex_lock(&dev->struct_mutex);
drm_object_release(filp);
if (file_priv->remove_auth_on_close == 1) {
struct drm_file *temp;