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>
This commit is contained in:

committed by
Alex Elder

parent
6c77b0ea1b
commit
1a1a3e97ba
@@ -1433,7 +1433,7 @@ xfs_qm_dqiterate(
|
||||
rablkcnt = map[i+1].br_blockcount;
|
||||
rablkno = map[i+1].br_startblock;
|
||||
while (rablkcnt--) {
|
||||
xfs_baread(mp->m_ddev_targp,
|
||||
xfs_buf_readahead(mp->m_ddev_targp,
|
||||
XFS_FSB_TO_DADDR(mp, rablkno),
|
||||
mp->m_quotainfo->qi_dqchunklen);
|
||||
rablkno++;
|
||||
|
Reference in New Issue
Block a user