Home
last modified time | relevance | path

Searched hist:"3 fd7cb845bee6281e060e695e99a03dba69b7a1d" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/xfs/scrub/
H A Dtrace.hdiff 3fd7cb845bee6281e060e695e99a03dba69b7a1d Tue Aug 17 11:49:42 CDT 2021 Darrick J. Wong <djwong@kernel.org> xfs: fix incorrect unit conversion in scrub tracepoint

XFS_DADDR_TO_FSB converts a raw disk address (in units of 512b blocks)
to a raw disk address (in units of fs blocks). Unfortunately, the
xchk_block_error_class tracepoints incorrectly uses this to decode
xfs_daddr_t into segmented AG number and AG block addresses. Use the
correct translation code.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>