commit | a9add83e5abd29bf2b7b3658311199eeabbdefc6 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Mon Oct 10 16:52:52 2011 +0000 |
committer | Alex Elder <aelder@sgi.com> | Tue Oct 11 21:15:11 2011 -0500 |
tree | 0219f5fad2baac905366ca559001f39c3ca90ed4 | |
parent | 02b102df1502a7ea4167d115510e1e8fe6467f12 [diff] [blame] |
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>
diff --git a/fs/xfs/xfs_sync.c b/fs/xfs/xfs_sync.c index bf2b38c..aa3dc1a 100644 --- a/fs/xfs/xfs_sync.c +++ b/fs/xfs/xfs_sync.c
@@ -377,7 +377,7 @@ /* flush data-only devices */ if (mp->m_rtdev_targp) - XFS_bflush(mp->m_rtdev_targp); + xfs_flush_buftarg(mp->m_rtdev_targp, 1); return error ? error : error2; }