aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_dfrag.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_dfrag.c')
-rw-r--r--fs/xfs/xfs_dfrag.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/xfs_dfrag.c b/fs/xfs/xfs_dfrag.c
index 2211e885ef24..9e751011e231 100644
--- a/fs/xfs/xfs_dfrag.c
+++ b/fs/xfs/xfs_dfrag.c
@@ -150,8 +150,8 @@ xfs_swap_extents(
150 } 150 }
151 151
152 sbp = &sxp->sx_stat; 152 sbp = &sxp->sx_stat;
153 vp = XFS_ITOV(ip); 153 vp = VFS_I(ip);
154 tvp = XFS_ITOV(tip); 154 tvp = VFS_I(tip);
155 155
156 /* Lock in i_ino order */ 156 /* Lock in i_ino order */
157 if (ip->i_ino < tip->i_ino) { 157 if (ip->i_ino < tip->i_ino) {