diff --git a/[refs] b/[refs] index ea04795ab184..7361ad2bc891 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ef9f86ceb63f2803c9aada249986b84d2f99c635 +refs/heads/master: a46043e08f300982c51df317e2f8fb919dedadcd diff --git a/trunk/fs/ocfs2/inode.c b/trunk/fs/ocfs2/inode.c index 9e3e7df02c7a..ebb2bbe30f35 100644 --- a/trunk/fs/ocfs2/inode.c +++ b/trunk/fs/ocfs2/inode.c @@ -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; }