V4L/DVB (7121): Renames videobuf lock to vb_lock

This helps to identify where vb_lock is being used, and find missusages of the
locks.

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
Mauro Carvalho Chehab
2008-01-31 13:57:53 -03:00
parent ce3a35d3c0
commit 64f9477f95
8 changed files with 84 additions and 86 deletions

View File

@@ -149,7 +149,7 @@ struct videobuf_qtype_ops {
};
struct videobuf_queue {
struct mutex lock;
struct mutex vb_lock;
spinlock_t *irqlock;
void *dev; /* on pci, points to struct pci_dev */