xfs: Remove the macro XFS_BUF_PTR
Remove the definition and usages of the macro XFS_BUF_PTR. 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:
committed by
Alex Elder
parent
0095a21eb6
commit
6292604447
@ -1403,7 +1403,7 @@ xlog_sync(xlog_t *log,
|
||||
bp->b_flags |= XBF_SYNCIO;
|
||||
if (log->l_mp->m_flags & XFS_MOUNT_BARRIER)
|
||||
bp->b_flags |= XBF_FUA;
|
||||
dptr = XFS_BUF_PTR(bp);
|
||||
dptr = bp->b_addr;
|
||||
/*
|
||||
* Bump the cycle numbers at the start of each block
|
||||
* since this part of the buffer is at the start of
|
||||
|
Reference in New Issue
Block a user