]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - fs/gfs2/recovery.c
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / fs / gfs2 / recovery.c
index 2299a3fa19111e320a494733e3df3efd3bca1642..c529f8749a8959b0002e206ee6f81735cfee8783 100644 (file)
@@ -388,7 +388,8 @@ void gfs2_recover_func(struct work_struct *work)
                }
 
                t_tlck = ktime_get();
-               fs_info(sdp, "jid=%u: Replaying journal...\n", jd->jd_jid);
+               fs_info(sdp, "jid=%u: Replaying journal...0x%x to 0x%x\n",
+                       jd->jd_jid, head.lh_tail, head.lh_blkno);
 
                for (pass = 0; pass < 2; pass++) {
                        lops_before_scan(jd, &head, pass);