diff options
Diffstat (limited to 'fs/xfs/xfs_vfsops.c')
-rw-r--r-- | fs/xfs/xfs_vfsops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_vfsops.c b/fs/xfs/xfs_vfsops.c index a9cebcb0b33b..3fe64a3a77a9 100644 --- a/fs/xfs/xfs_vfsops.c +++ b/fs/xfs/xfs_vfsops.c | |||
@@ -1209,7 +1209,7 @@ xfs_sync_inodes( | |||
1209 | * place after this point | 1209 | * place after this point |
1210 | */ | 1210 | */ |
1211 | if (flags & SYNC_IOWAIT) | 1211 | if (flags & SYNC_IOWAIT) |
1212 | vn_iowait(vp); | 1212 | vn_iowait(ip); |
1213 | 1213 | ||
1214 | xfs_ilock(ip, XFS_ILOCK_SHARED); | 1214 | xfs_ilock(ip, XFS_ILOCK_SHARED); |
1215 | } | 1215 | } |