On Thu, Nov 18, 2010 at 03:38:39AM -0000, Lukas Czerner wrote: > It would be nice to have consistent "discard" options in every system > tool (mount, fsck, mkfs) taking advantage of discards. Also "discard" > and "nodiscard" is more descriptive instead of just "-K" and can be > easily defaulted and it is something we can not do with "-K". > > With this commit you need to specify extended option like this: > > ./mke2fs -T <fstype> -E nodiscard <device> > > in order make a filesystem without discarding the device first. And > > ./mke2fs -T <fstype> -E discard <device> > > respectively. > > -K option is with this commit deprecated and should not be used anymore. > > Signed-off-by: Lukas Czerner <lczerner@xxxxxxxxxx> Applied to the maint branch of e2fsprogs, so it will make 1.41.13. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html