]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_repair: examine all remote attribute blocks
authorDarrick J. Wong <darrick.wong@oracle.com>
Wed, 23 May 2018 21:30:47 +0000 (16:30 -0500)
committerEric Sandeen <sandeen@redhat.com>
Wed, 23 May 2018 21:30:47 +0000 (16:30 -0500)
commit930af869ece0800f0bac550dbcac4fa24d97bae4
treeaf5ccc18f863be002dc190bcc0cf0441ae1815ae
parent73b28e5d54dd9498302e9f70e8c61abe3fc82129
xfs_repair: examine all remote attribute blocks

Examine all remote xattr values of a file, not just the XFS_ATTR_ROOT
values.  This enables us to detect and zap corrupt user xattrs, as
tested by xfs/404.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Allison Henderson <allison.henderson@oracle.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
repair/attr_repair.c