commit | 1d58bcf6d40e47acb460e600f51148fe6ded96bb | [log] [tgz] |
---|---|---|
author | Wei Wang <wvw@google.com> | Tue Sep 06 20:05:57 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Sep 06 20:05:57 2016 +0000 |
tree | d8d7ee4b448ca0899f9bc0618820e4d863b5674e | |
parent | 9bf2a320e73a82c420dfb4beaf976e6d5ac4365a [diff] | |
parent | c03f1798f7ca362a5da324e3447c4168588f49cd [diff] |
Merge "Update fs_mgr_mount_all function"
diff --git a/CommandListener.cpp b/CommandListener.cpp index 8780e98..b548a91 100644 --- a/CommandListener.cpp +++ b/CommandListener.cpp
@@ -300,7 +300,7 @@ cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: mountall", false); return 0; } - fs_mgr_mount_all(fstab); + fs_mgr_mount_all(fstab, MOUNT_MODE_DEFAULT); cli->sendMsg(ResponseCode::CommandOkay, "Mountall ran successfully", false); return 0; }