diff options
author | Christoph Hellwig <hch@infradead.org> | 2010-10-06 14:41:18 -0400 |
---|---|---|
committer | Alex Elder <aelder@sgi.com> | 2010-10-18 16:08:07 -0400 |
commit | 1a1a3e97bad42e92cd2f32e81c396c8ee0bddb28 (patch) | |
tree | 6c8291164698decff609dfda60285a7d94c0a832 /fs/xfs/xfs_inode.c | |
parent | 6c77b0ea1bdf85dfd48c20ceb10fd215a95c66e2 (diff) |
xfs: remove xfs_buf wrappers
Stop having two different names for many buffer functions and use
the more descriptive xfs_buf_* names directly.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Alex Elder <aelder@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_inode.c')
-rw-r--r-- | fs/xfs/xfs_inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_inode.c b/fs/xfs/xfs_inode.c index 4fc72c9e3729..493d6b0cbef2 100644 --- a/fs/xfs/xfs_inode.c +++ b/fs/xfs/xfs_inode.c | |||
@@ -2724,7 +2724,7 @@ cluster_corrupt_out: | |||
2724 | XFS_BUF_UNDONE(bp); | 2724 | XFS_BUF_UNDONE(bp); |
2725 | XFS_BUF_STALE(bp); | 2725 | XFS_BUF_STALE(bp); |
2726 | XFS_BUF_ERROR(bp,EIO); | 2726 | XFS_BUF_ERROR(bp,EIO); |
2727 | xfs_biodone(bp); | 2727 | xfs_buf_ioend(bp, 0); |
2728 | } else { | 2728 | } else { |
2729 | XFS_BUF_STALE(bp); | 2729 | XFS_BUF_STALE(bp); |
2730 | xfs_buf_relse(bp); | 2730 | xfs_buf_relse(bp); |