aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorAlex Elder <[email protected]>2013-05-31 17:40:45 -0500
committerSage Weil <[email protected]>2013-07-03 15:32:43 -0700
commitcfbf6377b696d88461eef6966bef9e6184111183 (patch)
tree6da8c0cfcd4aeb02a738a6c552f9a5f429139164 /tools/perf/scripts/python/syscall-counts.py
parent1ba0f1e7975ad07557f7a931522bdcd813ae35f6 (diff)
rbd: use rwsem to protect header updates
Updating an image header needs to be protected to ensure it's done consistently. However distinct headers can be updated concurrently without a problem. Instead of using the global control lock to serialize headder updates, just rely on the header semaphore. (It's already used, this just moves it out to cover a broader section of the code.) That leaves the control mutex protecting only the creation of rbd clients, so rename it. This resolves: http://tracker.ceph.com/issues/5222 Signed-off-by: Alex Elder <[email protected]> Reviewed-by: Josh Durgin <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions