commit | 586ef511005be64cb480bf363f681a4b50bed497 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Wed Oct 12 11:25:40 2022 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Fri Oct 14 14:24:38 2022 -0700 |
tree | 35196045392a485ed4a078f92c61e4dac4b7c9a3 | |
parent | 9530b751a0ba32b4c4b9f8aeba7d1f3936c417b9 [diff] |
xfs_{db,repair}: fix XFS_REFC_COW_START usage This is really a bit field stashed in the upper bit of the rc_startblock field, so change its usage patterns to use masking instead of integer addition and subtraction. Signed-off-by: Darrick J. Wong <djwong@kernel.org>