gfs2: add missing log_blocks trace points in gfs2_write_revokes
authorBob Peterson <rpeterso@redhat.com>
Thu, 20 Aug 2020 13:53:29 +0000 (08:53 -0500)
committerAndreas Gruenbacher <agruenba@redhat.com>
Thu, 15 Oct 2020 12:29:03 +0000 (14:29 +0200)
commit77650bdbd293ac56807b8a3f24ca8152035eb2e3
tree44e1a425851519bb922d0bf83140ddf3eacf8c74
parent21b6924bb70e77c83d508b0d188d88f5e403f1f5
gfs2: add missing log_blocks trace points in gfs2_write_revokes

Function gfs2_write_revokes was incrementing and decrementing the number
of log blocks free, but there was never a log_blocks trace point for it.
Thus, the free blocks from a log_blocks trace would jump around
mysteriously.

This patch adds the missing trace points so the trace makes more sense.

Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/log.c