gfs2: be more verbose replaying invalid rgrp blocks
authorBob Peterson <rpeterso@redhat.com>
Mon, 22 Feb 2021 15:29:46 +0000 (10:29 -0500)
committerBob Peterson <rpeterso@redhat.com>
Thu, 19 Aug 2021 17:31:17 +0000 (12:31 -0500)
commitc37453cb87e38623cb47437fdbf54ffc1262cc45
tree0a8518ff7cabf68581a9dc3a62e46f6870c1f456
parent9d9b16054b7d357afde69a027514c695092b0d22
gfs2: be more verbose replaying invalid rgrp blocks

This patch adds some crucial information when journal replay detects a
replay of an obsolete rgrp block. For example, it wasn't printing the
journal id or the generation number played. This just supplements what
is logged in this unusual case.

The function that actually complains about the replaying of an obsolete
rgrp block has been split off to avoid long lines and sparse warnings.

Signed-off-by: Bob Peterson <rpeterso@redhat.com>
fs/gfs2/lops.c