diff options
author | Andreas Dilger <adilger@clusterfs.com> | 2006-07-15 22:08:20 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2006-07-15 22:08:20 -0400 |
commit | 067911ae734bb5fef7c5780a639533847b5b578c (patch) | |
tree | c179f069b6a4fee0fbf33b50632fee62701f937a /misc/ChangeLog | |
parent | e71be1c802a596be70bf47e5844b55914ebc2ea8 (diff) | |
download | e2fsprogs-067911ae734bb5fef7c5780a639533847b5b578c.tar.gz |
Allow default inode_size to be specified in mke2fs.conf and document mke2fs -I
This patch allows "inode_size" to be specified in the mke2fs.conf file,
and always compiles in the "-I" option. In addition, it disallows
specifying the inode size on rev 0 filesystems, though I don't think
this was much of a danger anyways.
Clean up dead lines in ext2fs.h.
Signed-off-by: Andreas Dilger <adilger@clusterfs.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'misc/ChangeLog')
-rw-r--r-- | misc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/ChangeLog b/misc/ChangeLog index 55b47ff3..2d57d56e 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,5 +1,13 @@ 2006-07-15 Theodore Tso <tytso@mit.edu> + * mke2fs.c (PRS): Look up the default inode size in the + mke2fs.conf file. + + * mke2fs.8.in, mke2fs.c(usage): Document the -I option. + + * mke2fs.conf.5.in: Document the inode_size relation in [defaults] + and [fs_types]. + * chattr.1.in: Fix spelling typo 2006-05-29 Theodore Tso <tytso@mit.edu> |