diff options
author | Theodore Ts'o <tytso@mit.edu> | 2006-11-11 06:32:03 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2006-11-11 06:32:03 -0500 |
commit | 5d17119d14fe1276936c85d7986695a4543b1aa1 (patch) | |
tree | 9bbc1b66ae05d3c62549bfbfcb02e0703ff8ff05 /tests/f_badinode | |
parent | 8ade4792307303e27386420f60bacf032ad73d5d (diff) | |
download | e2fsprogs-5d17119d14fe1276936c85d7986695a4543b1aa1.tar.gz |
On-disk format definition for huge files
- EXT4_FEATURE_RO_COMPAT_HUGE_FILE (0x0008) - change i_blocks to be
in units of s_blocksize units instead of 512-byte sectors, use
l_i_frag and l_i_fsize as i_blocks_hi (could also be part of 64BIT).
E2fsck and debugfs changed to support i_blocks_hi instead of l_i_frag and
l_i_fsize.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'tests/f_badinode')
-rw-r--r-- | tests/f_badinode/expect.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/f_badinode/expect.1 b/tests/f_badinode/expect.1 index ccda818d..8caa2ccf 100644 --- a/tests/f_badinode/expect.1 +++ b/tests/f_badinode/expect.1 @@ -10,7 +10,7 @@ Clear? yes i_file_acl for inode 13 (/timings) is 39, should be zero. Clear? yes -i_fsize for inode 13 (/timings) is 4, should be zero. +i_blocks_hi for inode 13 (/timings) is 1024, should be zero. Clear? yes Inode 14 (/block_dev) is an illegal block device. |