mirror of
https://github.com/openharmony/third_party_e2fsprogs.git
synced 2026-07-01 04:17:47 -04:00
@@ -12,7 +12,7 @@ index b8b6558..1111c93 100644
|
||||
+{
|
||||
+ hmfs_super_block *bs = NULL;
|
||||
+ if (buf == NULL) {
|
||||
+ return -1;
|
||||
+ return 1;
|
||||
+ }
|
||||
+ bs = (hmfs_super_block *)buf;
|
||||
+ set_uuid(probe->dev, bs->uuid, 0);
|
||||
@@ -31,7 +31,7 @@ index b8b6558..1111c93 100644
|
||||
{ "lvm2pv", 1, 0x218, 8, "LVM2 001", probe_lvm2 },
|
||||
{ "btrfs", 64, 0x40, 8, "_BHRfS_M", probe_btrfs },
|
||||
{ "f2fs", 1, 0, 4, "\x10\x20\xf5\xf2", probe_f2fs },
|
||||
+ { "hmfs", 1, 0, 4, "\x24\x20\xf5\xfe", probe_hmfs },
|
||||
+ { "hmfs", 1, 0, 4, "\x24\x20\xf5\xfe", probe_hmfs },
|
||||
{ "exfat", 0, 3, 8, "EXFAT ", probe_exfat },
|
||||
{ NULL, 0, 0, 0, NULL, NULL }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user