diff options
author | Bob Peterson <rpeterso@redhat.com> | 2023-04-10 21:33:41 +0300 |
---|---|---|
committer | Andreas Gruenbacher <agruenba@redhat.com> | 2023-04-18 15:46:16 +0300 |
commit | 130cf5269cd267a9bf179017666f454d82bc13ef (patch) | |
tree | 8295a7f2eace65d0aff160aaca584a5f54dd0e24 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 7d1b37787fe3997b9612a8ba6766580f44e23796 (diff) | |
download | linux-130cf5269cd267a9bf179017666f454d82bc13ef.tar.xz |
gfs2: Use gfs2_holder_initialized for jindex
Before this patch function init_journal() used a local variable jindex to
keep track of whether it needed to dequeue the jindex holder when errors
were found. It also uselessly set the variable just before returning from
the function. This patch simplifies the code by eliminatinng the local
variable in favor of using function gfs2_holder_initialized.
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions