|
@@ -82,7 +82,6 @@ static struct dentry *ocfs2_get_dentry(struct super_block *sb,
|
|
|
}
|
|
|
|
|
|
status = ocfs2_test_inode_bit(osb, blkno, &set);
|
|
|
- trace_ocfs2_get_dentry_test_bit(status, set);
|
|
|
if (status < 0) {
|
|
|
if (status == -EINVAL) {
|
|
|
/*
|
|
@@ -96,6 +95,7 @@ static struct dentry *ocfs2_get_dentry(struct super_block *sb,
|
|
|
goto unlock_nfs_sync;
|
|
|
}
|
|
|
|
|
|
+ trace_ocfs2_get_dentry_test_bit(status, set);
|
|
|
/* If the inode allocator bit is clear, this inode must be stale */
|
|
|
if (!set) {
|
|
|
status = -ESTALE;
|