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