mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-26 02:25:00 -05:00
gfs2: Make recovery error more readable
Before this patch, withdraws could cause an error that looked like: Journal recovery skipped for 0 until next mount. This patch changes it to a more readable: Journal recovery skipped for jid 0 until next mount. Signed-off-by: Bob Peterson <rpeterso@redhat.com>
This commit is contained in:
parent
70c11ba8f2
commit
7392fbb0a4
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ skip_recovery:
|
|||
fs_warn(sdp, "Journal recovery complete for jid %d.\n",
|
||||
sdp->sd_lockstruct.ls_jid);
|
||||
else
|
||||
fs_warn(sdp, "Journal recovery skipped for %d until next "
|
||||
fs_warn(sdp, "Journal recovery skipped for jid %d until next "
|
||||
"mount.\n", sdp->sd_lockstruct.ls_jid);
|
||||
fs_warn(sdp, "Glock dequeues delayed: %lu\n", sdp->sd_glock_dqs_held);
|
||||
sdp->sd_glock_dqs_held = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue