commit | 6db09a8d0377866b99882f8d44e4ba1a1bf6c6a1 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Tue Apr 11 19:05:05 2023 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Tue Apr 11 19:05:05 2023 -0700 |
tree | 92bc58525b53d5af669272f2022828440534f6ec | |
parent | a9248538facc3d9e769489e50a544509c2f9cebe [diff] |
xfs: test the ascii case-insensitive hash Now that we've made kernel and userspace use the same tolower code for computing directory index hashes, add that to the selftest code. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>