commit | 0a70ee3e03770f7132d2b8484a4d7054c09ad728 | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Tue Dec 17 12:06:59 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Dec 17 12:06:59 2019 +0000 |
tree | 6de51ef55f2b44c031c5378f7b07cb8b74cb70d8 | |
parent | aa3031dd4d873abff46d6e0cb6de7d739dd7a3d3 [diff] | |
parent | 4d3dad097080344d6825895244fe07d2e282b998 [diff] |
Merge "Unmount bind-mounts on top of /data before unmounting /data"
diff --git a/fastboot/fastboot.cpp b/fastboot/fastboot.cpp index cbd42b1..7fdc28b 100644 --- a/fastboot/fastboot.cpp +++ b/fastboot/fastboot.cpp
@@ -1226,7 +1226,7 @@ std::string merge_status = "none"; if (fb->GetVar(FB_VAR_SNAPSHOT_UPDATE_STATUS, &merge_status) == fastboot::SUCCESS && merge_status != "none") { - fb->SnapshotUpdateCommand("Cancel"); + fb->SnapshotUpdateCommand("cancel"); } }