aboutsummaryrefslogtreecommitdiff
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorSimon Arlott <[email protected]>2007-03-10 06:21:25 -0300
committerMauro Carvalho Chehab <[email protected]>2007-03-27 08:45:54 -0300
commitc278850206fd9df0bb62a72ca0b277fe20c5a452 (patch)
tree439ae68737b5bcb5d473b3d12c3d5417f697ccb3 /include/linux/debugobjects.h
parentb10fece583fdfdb3d2f29b0da3896ec58b8fe122 (diff)
V4L/DVB (5400): Core: fix several locking related problems
Fix several instances of dvb-core functions using mutex_lock_interruptible and returning -ERESTARTSYS where the calling function will either never retry or never check the return value. These cause a race condition with dvb_dmxdev_filter_free and dvb_dvr_release, both of which are filesystem release functions whose return value is ignored and will never be retried. When this happens it becomes impossible to open dvr0 again (-EBUSY) since it has not been released properly. Signed-off-by: Simon Arlott <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Acked-By: Johannes Stezenbach <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions