Skip to content
Commit f5aed2c2 authored by Theodore Ts'o's avatar Theodore Ts'o
Browse files

ext4: clean up superblock encryption mode fields



The superblock fields s_file_encryption_mode and s_dir_encryption_mode
are vestigal, so remove them as a cleanup.  While we're at it, allow
file systems with both encryption and inline_data enabled at the same
time to work correctly.  We can't have encrypted inodes with inline
data, but there's no reason to prohibit unencrypted inodes from using
the inline data feature.

Signed-off-by: default avatarTheodore Ts'o <tytso@mit.edu>
parent b7236e21
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment