summaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2008-01-31 17:57:53 +0100
committerMauro Carvalho Chehab2008-02-18 15:15:12 +0100
commit64f9477f95bf5d4ba49dc3988d47a15bc06bb5da (patch)
treef5ff902b731ead3984eb9f9e971289161336f4ba /include/media
parentV4L/DVB (7120): videobuf lock is already initialized at videobuf-core.c (diff)
downloadkernel-qcow2-linux-64f9477f95bf5d4ba49dc3988d47a15bc06bb5da.tar.gz
kernel-qcow2-linux-64f9477f95bf5d4ba49dc3988d47a15bc06bb5da.tar.xz
kernel-qcow2-linux-64f9477f95bf5d4ba49dc3988d47a15bc06bb5da.zip
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>
Diffstat (limited to 'include/media')
-rw-r--r--include/media/videobuf-core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/videobuf-core.h b/include/media/videobuf-core.h
index 97f14d469595..99033945cdee 100644
--- a/include/media/videobuf-core.h
+++ b/include/media/videobuf-core.h
@@ -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 */