diff options
Diffstat (limited to 'fs/ocfs2/inode.c')
-rw-r--r-- | fs/ocfs2/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/inode.c b/fs/ocfs2/inode.c index 7ad9d6590818..7c9dfd50c1c1 100644 --- a/fs/ocfs2/inode.c +++ b/fs/ocfs2/inode.c | |||
@@ -534,7 +534,7 @@ static int ocfs2_read_locked_inode(struct inode *inode, | |||
534 | */ | 534 | */ |
535 | mlog_bug_on_msg(!!(fe->i_flags & cpu_to_le32(OCFS2_SYSTEM_FL)) != | 535 | mlog_bug_on_msg(!!(fe->i_flags & cpu_to_le32(OCFS2_SYSTEM_FL)) != |
536 | !!(args->fi_flags & OCFS2_FI_FLAG_SYSFILE), | 536 | !!(args->fi_flags & OCFS2_FI_FLAG_SYSFILE), |
537 | "Inode %llu: system file state is ambigous\n", | 537 | "Inode %llu: system file state is ambiguous\n", |
538 | (unsigned long long)args->fi_blkno); | 538 | (unsigned long long)args->fi_blkno); |
539 | 539 | ||
540 | if (S_ISCHR(le16_to_cpu(fe->i_mode)) || | 540 | if (S_ISCHR(le16_to_cpu(fe->i_mode)) || |