]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
debugfs: add 64-bit support to the set_field commands
authorTheodore Ts'o <tytso@mit.edu>
Thu, 15 Sep 2011 17:38:41 +0000 (13:38 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 16 Sep 2011 14:32:02 +0000 (10:32 -0400)
commit16c581d0e8d931f3cf0005de07481d7380ca4c0c
tree8fc74cbbf06fcc52d235b29dd0057454445d7c3a
parent89efc88e65136ece22708cc28ec4124a33feeecd
debugfs: add 64-bit support to the set_field commands

The set_fields commands (set_super_value, set_inode_field,
set_block_group) now handle fields which store in split fields on
ext4's on-disk format.  For example, the superblock fields
s_blocks_count and s_blocks_count_hi.

The user can either set the low or high part of the field via
"blocks_count_lo" or "blocks_count_hi", or both parts can be set via
"blocks_count".

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
debugfs/debugfs.h
debugfs/set_fields.c
debugfs/util.c
lib/e2p/feature.c
lib/ext2fs/ext2_fs.h
lib/ext2fs/tst_super_size.c