diff options
Diffstat (limited to 'fs/xfs/xfs_alloc.c')
-rw-r--r-- | fs/xfs/xfs_alloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/xfs_alloc.c b/fs/xfs/xfs_alloc.c index 5050c9a2fbb0..9c7cf3d060a6 100644 --- a/fs/xfs/xfs_alloc.c +++ b/fs/xfs/xfs_alloc.c | |||
@@ -515,7 +515,7 @@ xfs_agfl_write_verify( | |||
515 | if (bip) | 515 | if (bip) |
516 | XFS_BUF_TO_AGFL(bp)->agfl_lsn = cpu_to_be64(bip->bli_item.li_lsn); | 516 | XFS_BUF_TO_AGFL(bp)->agfl_lsn = cpu_to_be64(bip->bli_item.li_lsn); |
517 | 517 | ||
518 | xfs_update_cksum(bp->b_addr, BBTOB(bp->b_length), XFS_AGFL_CRC_OFF); | 518 | xfs_buf_update_cksum(bp, XFS_AGFL_CRC_OFF); |
519 | } | 519 | } |
520 | 520 | ||
521 | const struct xfs_buf_ops xfs_agfl_buf_ops = { | 521 | const struct xfs_buf_ops xfs_agfl_buf_ops = { |
@@ -2269,7 +2269,7 @@ xfs_agf_write_verify( | |||
2269 | if (bip) | 2269 | if (bip) |
2270 | XFS_BUF_TO_AGF(bp)->agf_lsn = cpu_to_be64(bip->bli_item.li_lsn); | 2270 | XFS_BUF_TO_AGF(bp)->agf_lsn = cpu_to_be64(bip->bli_item.li_lsn); |
2271 | 2271 | ||
2272 | xfs_update_cksum(bp->b_addr, BBTOB(bp->b_length), XFS_AGF_CRC_OFF); | 2272 | xfs_buf_update_cksum(bp, XFS_AGF_CRC_OFF); |
2273 | } | 2273 | } |
2274 | 2274 | ||
2275 | const struct xfs_buf_ops xfs_agf_buf_ops = { | 2275 | const struct xfs_buf_ops xfs_agf_buf_ops = { |