xfs: test the ascii case-insensitive hash
authorDarrick J. Wong <djwong@kernel.org>
Wed, 12 Apr 2023 02:05:05 +0000 (19:05 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 12 Apr 2023 02:05:05 +0000 (19:05 -0700)
commit6db09a8d0377866b99882f8d44e4ba1a1bf6c6a1
tree92bc58525b53d5af669272f2022828440534f6ec
parenta9248538facc3d9e769489e50a544509c2f9cebe
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>
fs/xfs/xfs_dahash_test.c