From: Dmitry Torokhov Date: Sun, 20 Nov 2005 05:51:43 +0000 (-0500) Subject: Input: uinput - don't use "interruptible" in FF code X-Git-Tag: v2.6.15-rc3~143 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e597f0c80de7e2ef840b28d111ec532988abc432;p=pandora-kernel.git 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: Dmitry Torokhov --- Reading git-diff-tree failed