aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iomap.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_iomap.c')
-rw-r--r--fs/xfs/xfs_iomap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_iomap.c b/fs/xfs/xfs_iomap.c
index 08ce72316bfe..8b97d82d7a88 100644
--- a/fs/xfs/xfs_iomap.c
+++ b/fs/xfs/xfs_iomap.c
@@ -361,7 +361,7 @@ xfs_flush_space(
361 return 0; 361 return 0;
362 case 2: 362 case 2:
363 xfs_iunlock(ip, XFS_ILOCK_EXCL); 363 xfs_iunlock(ip, XFS_ILOCK_EXCL);
364 xfs_flush_device(ip); 364 xfs_flush_inodes(ip);
365 xfs_ilock(ip, XFS_ILOCK_EXCL); 365 xfs_ilock(ip, XFS_ILOCK_EXCL);
366 *fsynced = 3; 366 *fsynced = 3;
367 return 0; 367 return 0;