diff options
author | Christoph Hellwig <hch@infradead.org> | 2011-10-10 12:52:52 -0400 |
---|---|---|
committer | Alex Elder <aelder@sgi.com> | 2011-10-11 22:15:11 -0400 |
commit | a9add83e5abd29bf2b7b3658311199eeabbdefc6 (patch) | |
tree | 0219f5fad2baac905366ca559001f39c3ca90ed4 /fs/xfs/xfs_qm.c | |
parent | 02b102df1502a7ea4167d115510e1e8fe6467f12 (diff) |
xfs: remove XFS_bflush
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Alex Elder <aelder@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_qm.c')
-rw-r--r-- | fs/xfs/xfs_qm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_qm.c b/fs/xfs/xfs_qm.c index ddaf97a57ec6..5cff443f6cdb 100644 --- a/fs/xfs/xfs_qm.c +++ b/fs/xfs/xfs_qm.c | |||
@@ -1681,7 +1681,7 @@ xfs_qm_quotacheck( | |||
1681 | * quotacheck'd stamp on the superblock. So, here we do a synchronous | 1681 | * quotacheck'd stamp on the superblock. So, here we do a synchronous |
1682 | * flush. | 1682 | * flush. |
1683 | */ | 1683 | */ |
1684 | XFS_bflush(mp->m_ddev_targp); | 1684 | xfs_flush_buftarg(mp->m_ddev_targp, 1); |
1685 | 1685 | ||
1686 | /* | 1686 | /* |
1687 | * If one type of quotas is off, then it will lose its | 1687 | * If one type of quotas is off, then it will lose its |