aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/recovery.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/recovery.c')
-rw-r--r--fs/gfs2/recovery.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/gfs2/recovery.c b/fs/gfs2/recovery.c
index 4d4ea7e66edc..0a8a4b87dcc6 100644
--- a/fs/gfs2/recovery.c
+++ b/fs/gfs2/recovery.c
@@ -444,11 +444,11 @@ int gfs2_recover_journal(struct gfs2_jdesc *jd)
444 switch (error) { 444 switch (error) {
445 case 0: 445 case 0:
446 break; 446 break;
447 447
448 case GLR_TRYFAILED: 448 case GLR_TRYFAILED:
449 fs_info(sdp, "jid=%u: Busy\n", jd->jd_jid); 449 fs_info(sdp, "jid=%u: Busy\n", jd->jd_jid);
450 error = 0; 450 error = 0;
451 451
452 default: 452 default:
453 goto fail; 453 goto fail;
454 }; 454 };