commit | ca9afe6f87b569cdf8e797395381f18ae23a2905 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hverkuil@xs4all.nl> | Fri Nov 26 06:54:53 2010 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Wed Dec 01 20:10:20 2010 -0200 |
tree | 9c5475baf2bb90f05fe25e8ca6fa8f53c2fc05dc | |
parent | 879aa24d6394aa04b690a600a41ff500441ad384 [diff] |
[media] v4l2-dev: fix race condition The unregister function had a race condition with the v4l2_open function. Ensure that both functions test and clear the REGISTER flag from within a critical section. Thanks to Laurent Pinchart for finding this race. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>