summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/saa7110.c
diff options
context:
space:
mode:
authordarron@kewl.org <darron@kewl.org>2008-10-15 17:37:59 +0100
committerdarron@kewl.org <darron@kewl.org>2008-10-15 17:37:59 +0100
commit78057bdf11c9ba36c64c6c081eeb6bae29cd72c4 (patch)
treec395354f4f82313c372ff789085716e489a82d93 /linux/drivers/media/video/saa7110.c
parente6236e8ddedbbd6189021eac4c7071fda656bcfd (diff)
downloadmediapointer-dvb-s2-78057bdf11c9ba36c64c6c081eeb6bae29cd72c4.tar.gz
mediapointer-dvb-s2-78057bdf11c9ba36c64c6c081eeb6bae29cd72c4.tar.bz2
MFE: bugfix: multi-frontend mutual exclusion parallel open
From: Darron Broad <darron@kewl.org> When moving from one frontend to another an application could spawn multiple threads opening the same new frontend and in some circumstances all of these could become delayed waiting for the previous frontend readers or previous frontend writer thread to complete. In this scenario the first thread will succeed on open to bring the new frontend online but any others will return EBUSY. This is a fault. If the first succeeds and all others are on the same frontend then they should succeed also. Priority: normal Signed-off-by: Darron Broad <darron@kewl.org> Signed-off-by: Steven Toth <stoth@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/video/saa7110.c')
0 files changed, 0 insertions, 0 deletions