aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorHarshad Shirwadkar <[email protected]>2021-04-01 10:21:23 -0700
committerTheodore Ts'o <[email protected]>2021-04-09 11:34:58 -0400
commit67d25186046145748d5fe4c5019d832215e01c1e (patch)
tree52f922b1ea1d7aebdc6225feb40b2422295e9656 /tools/perf/scripts/python/export-to-postgresql.py
parenta149d2a5cabbf6507a7832a1c4fd2593c55fd450 (diff)
ext4: drop s_mb_bal_lock and convert protected fields to atomic
s_mb_buddies_generated gets used later in this patch series to determine if the cr 0 and cr 1 optimziations should be performed or not. Currently, s_mb_buddies_generated is protected under a spin_lock. In the allocation path, it is better if we don't depend on the lock and instead read the value atomically. In order to do that, we drop s_bal_lock altogether and we convert the only two protected fields by it s_mb_buddies_generated and s_mb_generation_time to atomic type. Signed-off-by: Harshad Shirwadkar <[email protected]> Reviewed-by: Andreas Dilger <[email protected]> Reviewed-by: Ritesh Harjani <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Theodore Ts'o <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions