]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - debugfs/set_fields.c
Add support for the hash_seed and s_def_hash_ver fields in the
authorTheodore Ts'o <tytso@mit.edu>
Sat, 24 Aug 2002 04:04:03 +0000 (00:04 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 24 Aug 2002 04:04:03 +0000 (00:04 -0400)
commitf61fc0b5d98ef2455252d596e7b20131526d6762
tree0613fb6167f6ce5334e0d8227e082ac344c04835
parenta3da9d1df7494cd60d9e91643ec2a243855b3bbb
Add support for the hash_seed and s_def_hash_ver fields in the
superblock.  Dumpe2fs can now print out these fields, and they
can be modified using debugfs's set_super_value command.  Also added
to debugfs was the ability to set s_uuid and s_journal_uuid features
as well.
debugfs/ChangeLog
debugfs/setsuper.c
lib/e2p/ChangeLog
lib/e2p/Makefile.in
lib/e2p/e2p.h
lib/e2p/hashstr.c [new file with mode: 0644]
lib/e2p/ls.c
lib/e2p/uuid.c