Skip to content
Commit e597f0c8 authored by Dmitry Torokhov's avatar Dmitry Torokhov
Browse files

Input: uinput - don't use "interruptible" in FF code



If thread that submitted FF request gets interrupted somehow it
will release request structure and ioctl handler will work with
freed memory. TO prevent that from happening switch to using
wait_for_completion instead of wait_for_completion_interruptible.

Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 59c7c037
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment