commit | 44c09c0454925e6e7756e4dc51aac6acbf5020ae | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun Jan 14 17:02:09 2001 +0000 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Jan 14 17:02:09 2001 +0000 |
tree | 212f93a1ef9c024a5d1bbaf21b711a1295bf95ee | |
parent | 08dd830ddd99b43396bec4401b6badf4498f46d0 [diff] |
ChangeLog, mke2fs.8.in, mke2fs.c: mke2fs.c: Add new filesystem types, largefile and largefile4, for those filesystems whose average inode size is 1MB and 4MB, respectively. Allow the inode ratio specified to be has high as 4MB. Make the s_max_mount_count vary between 20 and 40, to avoid needing to check all of the filesystems at the same time. Add some random jitter to the s_max_mount_count value so that we avoid checking all of the filesystems at the same time when we reboot.