Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107682
b: refs/heads/master
c: dc60bf1
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Beregalov authored and Linus Torvalds committed Aug 5, 2008
1 parent 2c16500 commit b30541f
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: 32ab8f97dd95592b17e684f7722caa0556087b99
refs/heads/master: dc60bf1d8328076c27fe07c1849a5c8399bafc39
3 changes: 2 additions & 1 deletion trunk/fs/omfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,8 @@ static int omfs_fill_super(struct super_block *sb, void *data, int silent)
if (sbi->s_num_blocks != be64_to_cpu(omfs_rb->r_num_blocks)) {
printk(KERN_ERR "omfs: block count discrepancy between "
"super and root blocks (%llx, %llx)\n",
sbi->s_num_blocks, be64_to_cpu(omfs_rb->r_num_blocks));
(unsigned long long)sbi->s_num_blocks,
(unsigned long long)be64_to_cpu(omfs_rb->r_num_blocks));
goto out_brelse_bh2;
}

Expand Down

0 comments on commit b30541f

Please sign in to comment.