From b3fc16c5f30e6e54b96d87c2162faa1052b11811 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 12 Jul 2018 13:18:51 -0700 Subject: [PATCH] liblp: Rename the metadata partition name to "super". Bug: 79173901 Test: N/A Change-Id: I99ccb095030c82cbc4bb89b40bff333decd35532 --- fs_mgr/liblp/include/liblp/metadata_format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs_mgr/liblp/include/liblp/metadata_format.h b/fs_mgr/liblp/include/liblp/metadata_format.h index f3a0815c8..b5202f030 100644 --- a/fs_mgr/liblp/include/liblp/metadata_format.h +++ b/fs_mgr/liblp/include/liblp/metadata_format.h @@ -67,7 +67,7 @@ extern "C" { * | 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