diff options
author | 2023-09-01 21:39:26 +0200 | |
---|---|---|
committer | 2023-09-18 23:13:21 +0200 | |
commit | bbacb395ac5c57290cdfd02389788cbce64c237e (patch) | |
tree | f21a312fc8497ee63a0f9246e189bdad30ab34a2 /tools/perf/scripts/python | |
parent | gfs2: Simplify function gfs2_upgrade_iopen_glock (diff) | |
download | wireguard-linux-bbacb395ac5c57290cdfd02389788cbce64c237e.tar.xz wireguard-linux-bbacb395ac5c57290cdfd02389788cbce64c237e.zip |
gfs2: Remove freeze_go_demote_ok
Before commit b77b4a4815a9 ("gfs2: Rework freeze / thaw logic"), the
freeze glock was kept around in the glock cache in shared mode without
being actively held while a filesystem is in thawed state. In that
state, memory pressure could have eventually evicted the freeze glock,
and the freeze_go_demote_ok callback was needed to prevent that from
happening.
With the freeze / thaw rework, the freeze glock is now always actively
held in shared mode while a filesystem is thawed, and the
freeze_go_demote_ok hack is no longer needed.
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions