summaryrefslogtreecommitdiff
path: root/libfscrypt
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2020-07-16 16:36:26 -0700
committerEric Biggers <ebiggers@google.com>2020-07-16 16:37:34 -0700
commitaf5af9f1f7b04aab33faa7d5dc6a3181b7c82313 (patch)
treee3aa14de64103154cea4c6535ec0b0202fefd19a /libfscrypt
parent04fda5336bbae14df510a70bcd271d4c6fd5c2ee (diff)
downloadextras-af5af9f1f7b04aab33faa7d5dc6a3181b7c82313.tar.gz
libfscrypt: drop a local UAPI definition
Now that Bionic's copy of <linux/fscrypt.h> has been updated, there's no need to define FSCRYPT_POLICY_FLAG_IV_INO_LBLK_32 locally. Test: build Change-Id: I472f3f75ec14f994685dd65b75ca5c3f271c0aa6
Diffstat (limited to 'libfscrypt')
-rw-r--r--libfscrypt/include/fscrypt/fscrypt.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libfscrypt/include/fscrypt/fscrypt.h b/libfscrypt/include/fscrypt/fscrypt.h
index b1ba1dfe..78b12560 100644
--- a/libfscrypt/include/fscrypt/fscrypt.h
+++ b/libfscrypt/include/fscrypt/fscrypt.h
@@ -19,12 +19,6 @@
#include <string>
-#ifndef FSCRYPT_POLICY_FLAG_IV_INO_LBLK_32
-// When FSCRYPT_POLICY_FLAG_IV_INO_LBLK_32 is added to Bionic's linux/fscrypt.h
-// then this whole stanza should be removed.
-#define FSCRYPT_POLICY_FLAG_IV_INO_LBLK_32 0x10
-#endif
-
bool fscrypt_is_native();
static const char* fscrypt_unencrypted_folder = "/unencrypted";