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.
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
.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