xfs: simplify xfs_trans_ijoin* again
[deliverable/linux.git] / fs / xfs / xfs_super.c
index 54d5e102ffe1a47e227c3ec5b5f5a8231624b95c..6ad05e68abdaf1e2706e07cbdca582049f8f8177 100644 (file)
@@ -884,7 +884,7 @@ xfs_log_inode(
        }
 
        xfs_ilock(ip, XFS_ILOCK_EXCL);
-       xfs_trans_ijoin_ref(tp, ip, XFS_ILOCK_EXCL);
+       xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL);
        xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE);
        return xfs_trans_commit(tp, 0);
 }
This page took 0.024087 seconds and 5 git commands to generate.