commit | b3fc16c5f30e6e54b96d87c2162faa1052b11811 | [log] [tgz] |
---|---|---|
author | David Anderson <dvander@google.com> | Thu Jul 12 13:18:51 2018 -0700 |
committer | David Anderson <dvander@google.com> | Thu Jul 12 14:08:42 2018 -0700 |
tree | 3f0f67fbc3b3c458f1d3ba2eae8063d3596a9f90 | |
parent | 9c3c29466a44cc7b334020627c8d9de983cdd052 [diff] |
liblp: Rename the metadata partition name to "super". Bug: 79173901 Test: N/A Change-Id: I99ccb095030c82cbc4bb89b40bff333decd35532
diff --git a/fs_mgr/liblp/include/liblp/metadata_format.h b/fs_mgr/liblp/include/liblp/metadata_format.h index f3a0815..b5202f0 100644 --- a/fs_mgr/liblp/include/liblp/metadata_format.h +++ b/fs_mgr/liblp/include/liblp/metadata_format.h
@@ -67,7 +67,7 @@ * | Geometry Backup | * +--------------------+ */ -#define LP_METADATA_PARTITION_NAME "android" +#define LP_METADATA_PARTITION_NAME "super" /* Size of a sector is always 512 bytes for compatibility with the Linux kernel. */ #define LP_SECTOR_SIZE 512