xfs: Remove macro XFS_BUF_HOLD

Remove the definition and usage of the macro XFS_BUF_HOLD

Signed-off-by: Chandra Seetharaman <sekharan@us.ibm.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Alex Elder <aelder@sgi.com>
This commit is contained in:
Chandra Seetharaman
2011-07-22 23:40:04 +00:00
committed by Alex Elder
parent b75e40a419
commit 72790aa119
4 changed files with 3 additions and 4 deletions

View File

@@ -1938,7 +1938,7 @@ xfs_getsb(
xfs_buf_lock(bp);
}
XFS_BUF_HOLD(bp);
xfs_buf_hold(bp);
ASSERT(XFS_BUF_ISDONE(bp));
return bp;
}