From 06968e7e27aaac0f28fc6448fef58fcda314b5a2 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sat, 23 Oct 1999 03:17:10 +0000 Subject: [PATCH] debugfs.c: Update to pass new required parameter to e2p_edit_features mke2fs.8.in: Update man page to add explanatory note about how the default block size is determined. --- debugfs/debugfs.c | 2 +- misc/mke2fs.8.in | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/debugfs/debugfs.c b/debugfs/debugfs.c index d05922ad1..49738ca84 100644 --- a/debugfs/debugfs.c +++ b/debugfs/debugfs.c @@ -1385,7 +1385,7 @@ void do_features(int argc, char *argv[]) return; for (i=1; i < argc; i++) { if (e2p_edit_feature(argv[i], - ¤t_fs->super->s_feature_compat)) + ¤t_fs->super->s_feature_compat, 0)) com_err(argv[0], 0, "Unknown feature: %s\n", argv[i]); else diff --git a/misc/mke2fs.8.in b/misc/mke2fs.8.in index 2e8ae4a5e..76ea4eef8 100644 --- a/misc/mke2fs.8.in +++ b/misc/mke2fs.8.in @@ -105,7 +105,12 @@ automagically figures the file system size. .TP .BI \-b " block-size" Specify the size of blocks in bytes. Valid block size vales are 1024, -2048 and 4096 bytes per block. +2048 and 4096 bytes per block. If omitted, +.B mke2fs +block-size is determined by the file system size and the expected usage +of the filesystem (see the +.B \-T +option). .TP .B \-c Check the device for bad blocks before creating the file system, using a -- 2.39.5