diff options
Diffstat (limited to 'fs/gfs2/bmap.c')
-rw-r--r-- | fs/gfs2/bmap.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fs/gfs2/bmap.c b/fs/gfs2/bmap.c index 93ea1d529aa3..3b761a0ba6ab 100644 --- a/fs/gfs2/bmap.c +++ b/fs/gfs2/bmap.c | |||
@@ -1862,9 +1862,8 @@ static int punch_hole(struct gfs2_inode *ip, u64 offset, u64 length) | |||
1862 | gfs2_assert_withdraw(sdp, bh); | 1862 | gfs2_assert_withdraw(sdp, bh); |
1863 | if (gfs2_assert_withdraw(sdp, | 1863 | if (gfs2_assert_withdraw(sdp, |
1864 | prev_bnr != bh->b_blocknr)) { | 1864 | prev_bnr != bh->b_blocknr)) { |
1865 | printk(KERN_EMERG "GFS2: fsid=%s:inode %llu, " | 1865 | fs_emerg(sdp, "inode %llu, block:%llu, i_h:%u," |
1866 | "block:%llu, i_h:%u, s_h:%u, mp_h:%u\n", | 1866 | "s_h:%u, mp_h:%u\n", |
1867 | sdp->sd_fsname, | ||
1868 | (unsigned long long)ip->i_no_addr, | 1867 | (unsigned long long)ip->i_no_addr, |
1869 | prev_bnr, ip->i_height, strip_h, mp_h); | 1868 | prev_bnr, ip->i_height, strip_h, mp_h); |
1870 | } | 1869 | } |