Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43306
b: refs/heads/master
c: aed3255
h: refs/heads/master
v: v3
  • Loading branch information
Ryusuke Konishi authored and Steven Whitehouse committed Nov 30, 2006
1 parent acf4436 commit f04654e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2896ee37ccc1f9acb244c9b02becb74a43661009
refs/heads/master: aed3255f2267e2d1d95b9cf7f2995ce24e6c873b
3 changes: 2 additions & 1 deletion trunk/fs/gfs2/log.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,8 @@ static u64 log_bmap(struct gfs2_sbd *sdp, unsigned int lbn)
bh_map.b_size = 1 << inode->i_blkbits;
error = gfs2_block_map(inode, lbn, 0, &bh_map);
if (error || !bh_map.b_blocknr)
printk(KERN_INFO "error=%d, dbn=%llu lbn=%u", error, bh_map.b_blocknr, lbn);
printk(KERN_INFO "error=%d, dbn=%llu lbn=%u", error,
(unsigned long long)bh_map.b_blocknr, lbn);
gfs2_assert_withdraw(sdp, !error && bh_map.b_blocknr);

return bh_map.b_blocknr;
Expand Down

0 comments on commit f04654e

Please sign in to comment.