]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_repair: handle multiple owners of data blocks
authorDarrick J. Wong <darrick.wong@oracle.com>
Tue, 25 Oct 2016 22:14:34 +0000 (15:14 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Wed, 26 Oct 2016 19:43:53 +0000 (12:43 -0700)
commita406779bc8d8d9686326e90ba17bc3c829c46dcd
treec3fa0421beb1133b0d7587e4fc8697d50403a0df
parent18c44aa9f36cf91d9b64eb40dab5535aa8110fe6
xfs_repair: handle multiple owners of data blocks

If reflink is enabled, don't freak out if there are multiple owners of
a given block; that's just a sign that each of those owners are
reflink files.

v2: owner and offset are unsigned types, so use those for inorder
comparison.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
repair/dinode.c
repair/scan.c