Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39085
b: refs/heads/master
c: 00079e0
h: refs/heads/master
i:
  39083: 9e9f6c0
v: v3
  • Loading branch information
Eric Eric Sesterhenn authored and Linus Torvalds committed Oct 7, 2006
1 parent 868e1de commit 1c58f4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 5c339d4541995df2fd3ca31a84c042e7afe9b3c1
refs/heads/master: 00079e04fe478cd3c59ae2106ef2fbe779e67024
4 changes: 2 additions & 2 deletions trunk/fs/reiserfs/bitmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1304,8 +1304,8 @@ struct buffer_head *reiserfs_read_bitmap_block(struct super_block *sb,

bh = sb_bread(sb, block);
if (bh == NULL)
reiserfs_warning(sb, "sh-2029: %s: bitmap block (#%lu) "
"reading failed", __FUNCTION__, bh->b_blocknr);
reiserfs_warning(sb, "sh-2029: %s: bitmap block (#%u) "
"reading failed", __FUNCTION__, block);
else {
if (buffer_locked(bh)) {
PROC_INFO_INC(sb, scan_bitmap.wait);
Expand Down

0 comments on commit 1c58f4d

Please sign in to comment.