]> sourceware.org Git - lvm2.git/commit
First stab at making lvmetad-core threadsafe. The current design should allow
authorPetr Rockai <prockai@redhat.com>
Wed, 20 Jul 2011 21:23:43 +0000 (21:23 +0000)
committerPetr Rockai <prockai@redhat.com>
Wed, 20 Jul 2011 21:23:43 +0000 (21:23 +0000)
commit0cfb99d3851a018a1f8af3829ae9800015b560f7
tree6bf68f33bab549bd71c7b5ecc004f61a2ff7c003
parentdcbf5a3b5d307c941a4e04f1b7abd90fcbdf0198
First stab at making lvmetad-core threadsafe. The current design should allow
very reasonable amount of parallel access, although the hash tables may become
a point of contention under heavy loads. Nevertheless, there should be orders
of magnitude less contention on the hash table locks than we currently have on
block device scanning.
daemons/lvmetad/lvmetad-core.c
This page took 0.032238 seconds and 5 git commands to generate.