]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9eed86d504b7dae840a02ab66ff78026dbe85260
tree44e1a425851519bb922d0bf83140ddf3eacf8c74
parent4a05f2732209697aab8fd08570835713d16a06a7
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