diff options
author | Arnd Bergmann <[email protected]> | 2010-03-09 20:38:48 -0800 |
---|---|---|
committer | Dmitry Torokhov <[email protected]> | 2010-03-09 22:05:57 -0800 |
commit | 2f2177c8dadbcb08c14f796ac983c5475eca1bd3 (patch) | |
tree | 719c9f14280ca717e1651653e892179fb304590a /net/lapb | |
parent | 77554b4d1fac6a66d4e624a6e36c020a4f5b6b64 (diff) |
Input: remove BKL, fix input_open_file() locking
Holding the BKL in input_open_file seems pointless because it does not
protect against updates of input_table, and all open functions from the
underlying drivers have proper mutex locking.
This makes input_open_file take the input_mutex when accessing
the table and no lock when calling into the lower function.
Signed-off-by: Arnd Bergmann <[email protected]>
Acked-by: Thadeu Lima de Souza Cascardo <[email protected]>
Signed-off-by: Dmitry Torokhov <[email protected]>
Diffstat (limited to 'net/lapb')
0 files changed, 0 insertions, 0 deletions