commit | f527370937ace9626b02944a97df69ba868896a1 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Tue Mar 14 10:57:14 2023 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Thu Mar 16 11:35:17 2023 -0700 |
tree | ec6781497d2a12466d54a16d55c500619ccf7452 | |
parent | 1235c093b732fe24401bbf624106011087feb07f [diff] |
xfs_repair: fix incorrect dabtree hashval comparison If an xattr structure contains enough names with the same hash value to fill multiple xattr leaf blocks with names all hashing to the same value, then the dabtree nodes will contain consecutive entries with the same hash value. This causes false corruption reports in xfs_repair because it's not expecting such a huge same-hashing structure. Fix that. Signed-off-by: Darrick J. Wong <djwong@kernel.org>