Whamcloud - gitweb
debugfs: dx_hash: honor the unsigned hash flag if a file system is opened
authorTheodore Ts'o <tytso@mit.edu>
Tue, 16 Jan 2024 02:59:49 +0000 (21:59 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 16 Jan 2024 02:59:49 +0000 (21:59 -0500)
commit1094c175940d38013dd87145c18169f04530c978
tree1249dd21564ab9c4498c9e282b8e62571d759313
parent6cde9c20dcea7f1a6085e742da94863636522cb1
debugfs: dx_hash: honor the unsigned hash flag if a file system is opened

If we are using the hash seed and hash version from an open file
systenm, then we should also use the unsigned version of the hash
algorithm if the superblock as the unsigned hash flag set.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debugfs/htree.c