]> git.baikalelectronics.ru Git - kernel.git/commit
gfs2: time journal recovery steps accurately
authorAbhi Das <adas@redhat.com>
Thu, 29 Mar 2018 17:41:27 +0000 (10:41 -0700)
committerBob Peterson <rpeterso@redhat.com>
Thu, 29 Mar 2018 17:41:27 +0000 (10:41 -0700)
commit3d542164de8a3d66af9e7c85eed81b77a44c203c
treef1c04c72d8d03d4ceeb02ab7f0ebecc0926ae475
parentd24a709a17012117c843eebf666bfc529b58b76c
gfs2: time journal recovery steps accurately

This patch spits out the time taken by the various steps in the
journal recover process. Previously, the journal recovery time
didn't account for finding the journal head in the log which takes
up a significant portion of time.

Signed-off-by: Abhi Das <adas@redhat.com>
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
fs/gfs2/recovery.c