Whamcloud - gitweb
Reserve superblock fields s_lpf_ino and s_encryption_level
authorTheodore Ts'o <tytso@mit.edu>
Sun, 12 Apr 2015 12:51:53 +0000 (08:51 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 12 Apr 2015 12:51:53 +0000 (08:51 -0400)
commitfc898cb99ba4e8a0b42fbe6fcc3d277c15b56fbd
tree15a7650086876246e3dc7f5decfc6e52572d03e5
parent4a05268cf86f7138c78d80a53f7e162f32128a3d
Reserve superblock fields s_lpf_ino and s_encryption_level

The s_lpf_ino field is intended to store the location of the lost and
found directory if the root directory becomes encrypted (which is not
yet supported).  The s_encryption_level field is designed to allow
support for future changes in the on-disk ext4 encryption format while
this feature under development, without having to burn a large number
of bits in the incompat feature flag.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debugfs/set_fields.c
lib/ext2fs/ext2_fs.h
lib/ext2fs/tst_super_size.c