commit | cab12f8ae2a999d97190a2c4adaa3158ef532118 | [log] [tgz] |
---|---|---|
author | Shaju Mathew <shaju@google.com> | Tue Nov 02 02:11:57 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Nov 02 02:11:57 2021 +0000 |
tree | 82606d1f81b45fb838b4e3c019f044fca842a9f1 | |
parent | 51f36da47a3e8fb6d7b285742aa91e6d2a48f6e1 [diff] | |
parent | 7e5451a6abadacbbad9167a9730cdb5ed861e660 [diff] |
Merge "Addressing error-code propagation for remount service."
diff --git a/fs_mgr/fs_mgr_remount.cpp b/fs_mgr/fs_mgr_remount.cpp index 5411aca..bf53c14 100644 --- a/fs_mgr/fs_mgr_remount.cpp +++ b/fs_mgr/fs_mgr_remount.cpp
@@ -481,6 +481,7 @@ int result = do_remount(argc, argv); if (result == MUST_REBOOT) { LOG(INFO) << "Now reboot your device for settings to take effect"; + result = 0; } else if (result == REMOUNT_SUCCESS) { printf("remount succeeded\n"); } else {