• J
    HID: remove BKL from hidraw · 2e57480b
    Jiri Kosina 提交于
    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: NJiri Kosina <jkosina@suse.cz>
    2e57480b
hidraw.c 10.3 KB