commit | 77650bdbd293ac56807b8a3f24ca8152035eb2e3 | [log] [tgz] |
---|---|---|
author | Bob Peterson <rpeterso@redhat.com> | Thu Aug 20 08:53:29 2020 -0500 |
committer | Andreas Gruenbacher <agruenba@redhat.com> | Thu Oct 15 14:29:03 2020 +0200 |
tree | 44e1a425851519bb922d0bf83140ddf3eacf8c74 | |
parent | 21b6924bb70e77c83d508b0d188d88f5e403f1f5 [diff] |
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>