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 152f65b9c60e..ddc3e9470c87 100644 --- a/fs/ocfs2/inode.c +++ b/fs/ocfs2/inode.c | |||
@@ -1160,7 +1160,7 @@ static void ocfs2_clear_inode(struct inode *inode) | |||
1160 | * exception here are successfully wiped inodes - their | 1160 | * exception here are successfully wiped inodes - their |
1161 | * metadata can now be considered to be part of the system | 1161 | * metadata can now be considered to be part of the system |
1162 | * inodes from which it came. */ | 1162 | * inodes from which it came. */ |
1163 | if (!(OCFS2_I(inode)->ip_flags & OCFS2_INODE_DELETED)) | 1163 | if (!(oi->ip_flags & OCFS2_INODE_DELETED)) |
1164 | ocfs2_checkpoint_inode(inode); | 1164 | ocfs2_checkpoint_inode(inode); |
1165 | 1165 | ||
1166 | mlog_bug_on_msg(!list_empty(&oi->ip_io_markers), | 1166 | mlog_bug_on_msg(!list_empty(&oi->ip_io_markers), |