aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_vfsops.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_vfsops.c')
-rw-r--r--fs/xfs/xfs_vfsops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_vfsops.c b/fs/xfs/xfs_vfsops.c
index 4a9a43315a86..5f461ce44412 100644
--- a/fs/xfs/xfs_vfsops.c
+++ b/fs/xfs/xfs_vfsops.c
@@ -404,7 +404,7 @@ xfs_sync_inodes(
404 continue; 404 continue;
405 } 405 }
406 406
407 vp = XFS_ITOV_NULL(ip); 407 vp = VFS_I(ip);
408 408
409 /* 409 /*
410 * If the vnode is gone then this is being torn down, 410 * If the vnode is gone then this is being torn down,