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)
commit5e86d9d122d0d6fae00d9dff41c22d6f4d09f566
treef1c04c72d8d03d4ceeb02ab7f0ebecc0926ae475
parentfffb64127adc3eea6a19ceefdc88d171f68b9d34
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