OSDN Git Service

ext4.h: add EXT4_FEATURE_INCOMPAT_ENCRYPT
authorEric Biggers <ebiggers@google.com>
Mon, 15 May 2017 21:19:24 +0000 (14:19 -0700)
committerEric Biggers <ebiggers@google.com>
Thu, 6 Jul 2017 19:47:12 +0000 (12:47 -0700)
commit1468fbabdd7bcac7f151d65a146816e752ab2563
treed289e09de448a47df4b702c57c4a48e89939f7a4
parent3cd4b5a765e824f0eb2441a51cd97d4a90f17127
ext4.h: add EXT4_FEATURE_INCOMPAT_ENCRYPT

fs_mgr needs to know the value of the encrypt feature flag (added to
ext4 in upstream kernel v4.1) so it can enable it.

Bug: 36231741
Change-Id: I7475ea8424fa5a2c4712634eada3095e938e97e3
ext4_utils/include/ext4_utils/ext4.h