commit | 0bd7e0f283bc65e8221a7b94bfe5be546ebc1d81 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Fri Apr 07 12:42:25 2023 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Thu Jun 15 11:34:34 2023 -0700 |
tree | 37602da75aba8ff7e6b6a66582c7d6287590a3ec | |
parent | 288e83d2f363117a7a27a941bfda3748a2cfe662 [diff] |
xfs_db: fix metadump name obfuscation for ascii-ci filesystems Now that we've stabilized the dirent hash function for ascii-ci filesystems, adapt the metadump name obfuscation code to detect when it's obfuscating a directory entry name on an ascii-ci filesystem and spit out names that actually have the same hash. Signed-off-by: Darrick J. Wong <djwong@kernel.org>