commit | 5dda3897fd90783358c4c6115ef86047d8c8f503 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Sun Nov 08 16:32:43 2020 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Tue Nov 10 16:47:51 2020 -0800 |
tree | b36d744399540a618ef851a975bc57cea6495218 | |
parent | ea8439899c0b15a176664df62aff928010fad276 [diff] |
xfs: set the unwritten bit in rmap lookup flags in xchk_bmap_get_rmapextents When the bmbt scrubber is looking up rmap extents, we need to set the extent flags from the bmbt record fully. This will matter once we fix the rmap btree comparison functions to check those flags correctly. Fixes: d852657ccfc0 ("xfs: cross-reference reverse-mapping btree") Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de>