diff options
author | Hans Verkuil | 2018-05-21 04:54:34 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab | 2018-08-31 11:07:51 -0400 |
commit | cc6eddcd37ce6be403b5820ffd84cb84b33b653f (patch) | |
tree | eb462214042304f56bbea9cb34127618b051b5d4 /lib/crc-itu-t.c | |
parent | 93a9d9008d3c963d5d12c56460b5e1d93dad3ea8 (diff) |
media: v4l2-dev: lock req_queue_mutex
We need to serialize streamon/off with queueing new requests.
These ioctls may trigger the cancellation of a streaming
operation, and that should not be mixed with queuing a new
request at the same time.
Finally close() needs this lock since that too can trigger the
cancellation of a streaming operation.
We take the req_queue_mutex here before any other locks since
it is a very high-level lock.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Reviewed-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'lib/crc-itu-t.c')
0 files changed, 0 insertions, 0 deletions