diff options
author | Theodore Ts'o <tytso@mit.edu> | 2006-03-23 22:37:02 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2006-03-23 22:37:02 -0500 |
commit | fcadc8c84cf0a390ab8a41ff620bb31630b5e0a9 (patch) | |
tree | abd87ff6e9ead6e6cd349f354fdd6f18725fad48 /misc/ChangeLog | |
parent | 2858c94e35909c9edcc434acc1b83746143e704e (diff) | |
download | e2fsprogs-fcadc8c84cf0a390ab8a41ff620bb31630b5e0a9.tar.gz |
mklost+found: Create full-sized a lost+found directory with 4k+ blocksizes
Fixed a bug caused by using an insufficiently larger counter field so
that mklost+found would work properly on filesystems with larger block
sizes.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'misc/ChangeLog')
-rw-r--r-- | misc/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/ChangeLog b/misc/ChangeLog index 11ab927e..421498da 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,5 +1,9 @@ 2006-03-23 Theodore Ts'o <tytso@mit.edu> + * mklost+found.c (main): Use a larger counter field so that we can + create enough directory entries that we can make a full + lost+found directory with larger block sizes. + * mke2fs.conf, mke2fs.conf.5.in: New configuration file which when installed, provides mke2fs's old behaviour. It makes it easier for distributions to change which filesystem |