mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 14:34:13 -04:00
V4L/DVB (9997): gspca - main: Don't lock the kernel on ioctl.
Signed-off-by: Jean-Francois Moine <moinejf@free.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
5c1a15a149
commit
c6b6c75e20
@@ -1808,7 +1808,7 @@ static struct file_operations dev_fops = {
|
||||
.release = dev_close,
|
||||
.read = dev_read,
|
||||
.mmap = dev_mmap,
|
||||
.ioctl = video_ioctl2,
|
||||
.unlocked_ioctl = __video_ioctl2,
|
||||
#ifdef CONFIG_COMPAT
|
||||
.compat_ioctl = v4l_compat_ioctl32,
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user