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:
3971047
)
HID: remove BKL from hidraw
author
Jiri Kosina
<jkosina@suse.cz>
Thu, 25 Mar 2010 13:15:11 +0000
(14:15 +0100)
committer
Jiri Kosina
<jkosina@suse.cz>
Thu, 25 Mar 2010 13:29:14 +0000
(14:29 +0100)
Remove BKL from hidraw, which is possible through fixing the
locking of minors_lock mutex properly -- it is now used to
guard all accessess to hidraw_table[], preventing it to becoming
NULL unexpectedly by unregistering the device.
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
No differences found