On Mon, Oct 15, 2018 at 05:12:20PM -0400, Gabriel Krisman Bertazi wrote: > The kernel will refuse to mount filesystems with the encryption and > encoding features enabled at the same time. The encoding feature can > only be set at mount time, so we can just prevent encryption from being > set at a later time by tune2fs. > > Signed-off-by: Gabriel Krisman Bertazi <krisman@xxxxxxxxxxxxxxx> This check also needs to be in mke2fs, right? I don't think I saw it in your mke2fs patch. - Ted