OSDN Git Service

DO NOT MERGE Enable properties in ext4enc
authorPaul Lawrence <paullawrence@google.com>
Wed, 15 Apr 2015 21:11:07 +0000 (14:11 -0700)
committerPaul Lawrence <paullawrence@google.com>
Fri, 29 May 2015 21:15:43 +0000 (14:15 -0700)
(cherry-picked from commit 829e6413348e1d1569b32a604484b4ace3083776)

Enables OwnerInfo and pattern suppression

Change-Id: I4a7d71c9a750d5ed996ab1937bd5a81da480a2b3

ext4_utils/unencrypted_properties.cpp
ext4_utils/unencrypted_properties.h

index 5086c64..d873e91 100644 (file)
@@ -6,6 +6,7 @@
 namespace properties {
     const char* key = "key";
     const char* ref = "ref";
+    const char* props = "props";
     const char* is_default = "is_default";
 }
 
index d0f6da1..b2d1295 100644 (file)
@@ -5,6 +5,7 @@
 namespace properties {
     extern const char* key;
     extern const char* ref;
+    extern const char* props;
     extern const char* is_default;
 }