aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorSatyam Sharma <[email protected]>2007-05-08 09:18:58 +0100
committerSteven Whitehouse <[email protected]>2007-07-09 08:22:10 +0100
commit3168b0780d06ace875696f8a648d04d6089654e5 (patch)
treeb93814b13155cce67432e1ed11bee58c9a5d5a50 /tools/perf/scripts/python
parentb524fe646c9a226a847e30ca1221dc22e952f16b (diff)
[DLM] fix a couple of races
Fix two races in fs/dlm/config.c: (1) Grab the configfs subsystem semaphore before calling config_group_find_obj() in get_space(). This solves a potential race between get_space() and concurrent mkdir(2) or rmdir(2). (2) Grab a reference on the found config_item _while_ holding the configfs subsystem semaphore in get_comm(), and not after it. This solves a potential race between get_comm() and concurrent rmdir(2). Signed-off-by: Satyam Sharma <[email protected]> Signed-off-by: David Teigland <[email protected]> Signed-off-by: Steven Whitehouse <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions