Whamcloud - gitweb
debugfs.c:
authorTheodore Ts'o <tytso@mit.edu>
Sat, 23 Oct 1999 03:17:10 +0000 (03:17 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 23 Oct 1999 03:17:10 +0000 (03:17 +0000)
  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
misc/mke2fs.8.in

index d05922a..49738ca 100644 (file)
@@ -1385,7 +1385,7 @@ void do_features(int argc, char *argv[])
                return;
        for (i=1; i < argc; i++) {
                if (e2p_edit_feature(argv[i],
-                                    &current_fs->super->s_feature_compat))
+                                    &current_fs->super->s_feature_compat, 0))
                        com_err(argv[0], 0, "Unknown feature: %s\n",
                                argv[i]);
                else
index 2e8ae4a..76ea4ee 100644 (file)
@@ -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