On Mon, Nov 09, 2020 at 10:17:28AM -0800, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > Keys for extent interval records in the reverse mapping btree are > supposed to be computed as follows: > > (physical block, owner, fork, is_btree, is_unwritten, offset) > > This provides users the ability to look up a reverse mapping from a bmbt > record -- start with the physical block; then if there are multiple > records for the same block, move on to the owner; then the inode fork > type; and so on to the file offset. > > However, the key comparison functions incorrectly remove the s/remove/removes/ ? Otherwise looks good: Reviewed-by: Christoph Hellwig <hch@xxxxxx>