summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorBob Peterson <rpeterso@redhat.com>2023-04-10 14:33:41 -0400
committerAndreas Gruenbacher <agruenba@redhat.com>2023-04-18 14:46:16 +0200
commit130cf5269cd267a9bf179017666f454d82bc13ef (patch)
tree8295a7f2eace65d0aff160aaca584a5f54dd0e24 /scripts/patch-kernel
parent7d1b37787fe3997b9612a8ba6766580f44e23796 (diff)
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 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions