commit | 6381946821549974325bed1f9c3c29c55f43388d | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Wed Oct 12 11:19:51 2022 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Fri Oct 14 14:24:38 2022 -0700 |
tree | 1bfba2bc502f6876a4dd9c7d3d556927f34acf4a | |
parent | 586ef511005be64cb480bf363f681a4b50bed497 [diff] |
xfs: rename XFS_REFC_COW_START to _COWFLAG We've been (ab)using XFS_REFC_COW_START as both an integer quantity and a bit flag, even though it's *only* a bit flag. Rename the variable to reflect its nature and update the cast target since we're not supposed to be comparing it to xfs_agblock_t now. Signed-off-by: Darrick J. Wong <djwong@kernel.org>