aboutsummaryrefslogtreecommitdiffstats
path: root/COPYING
diff options
context:
space:
mode:
authorKonstantin Khlebnikov <khlebnikov@openvz.org>2012-12-14 05:02:48 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-12-27 14:45:40 -0500
commita4bb6f353e287f51a52a347670fd60938a566c25 (patch)
tree46322aeee9382370f7a41495145791783726c2ab /COPYING
parentf7c3f5ce17a135610b114a17e917b5a53c4d07c4 (diff)
[media] media/rc: fix oops on unloading module rc-core
During modiles initialization rc-core schedules work which calls request_module() several times to load ir-*-decoder modules, but it does not wait or cancel this work on module unloading. rc-core should use request_module_nowait() instead, because it anyway cannot load modules synchronously or cancel/wait pending work on unloading, because this leads to deadlock on modules_mutex between several "modprobe" processes. Signed-off-by: Konstantin Khlebnikov <khlebnikov@openvz.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions