diff options
Diffstat (limited to 'fs/xfs/xfs_super.c')
-rw-r--r-- | fs/xfs/xfs_super.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c index 6ad05e68abda..ba16248bcf24 100644 --- a/fs/xfs/xfs_super.c +++ b/fs/xfs/xfs_super.c | |||
@@ -1015,7 +1015,7 @@ xfs_fs_put_super( | |||
1015 | */ | 1015 | */ |
1016 | xfs_filestream_unmount(mp); | 1016 | xfs_filestream_unmount(mp); |
1017 | 1017 | ||
1018 | XFS_bflush(mp->m_ddev_targp); | 1018 | xfs_flush_buftarg(mp->m_ddev_targp, 1); |
1019 | 1019 | ||
1020 | xfs_unmountfs(mp); | 1020 | xfs_unmountfs(mp); |
1021 | xfs_freesb(mp); | 1021 | xfs_freesb(mp); |
@@ -1439,7 +1439,7 @@ xfs_fs_fill_super( | |||
1439 | */ | 1439 | */ |
1440 | xfs_filestream_unmount(mp); | 1440 | xfs_filestream_unmount(mp); |
1441 | 1441 | ||
1442 | XFS_bflush(mp->m_ddev_targp); | 1442 | xfs_flush_buftarg(mp->m_ddev_targp, 1); |
1443 | 1443 | ||
1444 | xfs_unmountfs(mp); | 1444 | xfs_unmountfs(mp); |
1445 | goto out_free_sb; | 1445 | goto out_free_sb; |