]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - lib/ext2fs/ext2_fs.h
Do sanity checking of the number of blocks and inodes in a group for
authorAndreas Dilger <adilger@clusterfs.com>
Mon, 10 Jun 2002 17:05:56 +0000 (11:05 -0600)
committerAndreas Dilger <adilger@clusterfs.com>
Mon, 10 Jun 2002 17:05:56 +0000 (11:05 -0600)
commitb21bf267783274683a432eea6e5c589eab94123e
tree2f65e13691143ae06579938298f20fc22b3ec6c8
parent7da78ff17df7d2c1eeebbc2b0727106b63c08a68
Do sanity checking of the number of blocks and inodes in a group for
8192-byte and 16384-byte blocksize filesystems.

Change the default bytes-per-inode ratio of a new filesystem to be at most
one inode per block for large blocksizes.
17 files changed:
e2fsck/ChangeLog
e2fsck/super.c
lib/ext2fs/ChangeLog
lib/ext2fs/ext2_fs.h
lib/ext2fs/initialize.c
lib/ext2fs/openfs.c
misc/ChangeLog
misc/mke2fs.c
tests/ChangeLog
tests/f_16384_block/expect.1 [new file with mode: 0644]
tests/f_16384_block/expect.2 [new file with mode: 0644]
tests/f_16384_block/image.gz [new file with mode: 0644]
tests/f_16384_block/name [new file with mode: 0644]
tests/f_8192_block/expect.1 [new file with mode: 0644]
tests/f_8192_block/expect.2 [new file with mode: 0644]
tests/f_8192_block/image.gz [new file with mode: 0644]
tests/f_8192_block/name [new file with mode: 0644]