Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74288
b: refs/heads/master
c: a46043e
h: refs/heads/master
v: v3
  • Loading branch information
Mark Fasheh authored and Mark Fasheh committed Nov 28, 2007
1 parent 7947b20 commit a22e33c
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: ef9f86ceb63f2803c9aada249986b84d2f99c635
refs/heads/master: a46043e08f300982c51df317e2f8fb919dedadcd
4 changes: 2 additions & 2 deletions trunk/fs/ocfs2/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -455,8 +455,8 @@ static int ocfs2_read_locked_inode(struct inode *inode,
status = -EINVAL;
fe = (struct ocfs2_dinode *) bh->b_data;
if (!OCFS2_IS_VALID_DINODE(fe)) {
mlog(ML_ERROR, "Invalid dinode #%llu: signature = %.*s\n",
(unsigned long long)le64_to_cpu(fe->i_blkno), 7,
mlog(0, "Invalid dinode #%llu: signature = %.*s\n",
(unsigned long long)args->fi_blkno, 7,
fe->i_signature);
goto bail;
}
Expand Down

0 comments on commit a22e33c

Please sign in to comment.