From: Mauro Carvalho Chehab Date: Mon, 8 Oct 2007 14:48:57 +0000 (-0300) Subject: V4L/DVB (6291): Fix: avoid oops on some SMP machines X-Git-Tag: v2.6.24-rc1~1463^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5f1b01644b6fd5e9eb480a4762cd6b569cb1246;p=pandora-kernel.git V4L/DVB (6291): Fix: avoid oops on some SMP machines This workaround fix a bug that happens on some SMP machines. On those machines, videobuf_iolock is called too soon, before file .mmap handler. This patch calls the scheduler before iolocking, allowing it to properly call the pending mmap. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed