diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_super.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_super.c b/fs/xfs/linux-2.6/xfs_super.c index 48d5f8206549..fa1e40ac4b35 100644 --- a/fs/xfs/linux-2.6/xfs_super.c +++ b/fs/xfs/linux-2.6/xfs_super.c | |||
@@ -644,7 +644,7 @@ xfs_barrier_test( | |||
644 | XFS_BUF_ORDERED(sbp); | 644 | XFS_BUF_ORDERED(sbp); |
645 | 645 | ||
646 | xfsbdstrat(mp, sbp); | 646 | xfsbdstrat(mp, sbp); |
647 | error = xfs_iowait(sbp); | 647 | error = xfs_buf_iowait(sbp); |
648 | 648 | ||
649 | /* | 649 | /* |
650 | * Clear all the flags we set and possible error state in the | 650 | * Clear all the flags we set and possible error state in the |