summaryrefslogtreecommitdiff
path: root/fs_mgr/tools/dmctl.cpp
diff options
context:
space:
mode:
authorDavid Anderson <dvander@google.com>2019-03-28 02:59:43 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-03-28 02:59:43 -0700
commit34a9f9e20467c59b9da169b8ec22d1cbb4c42a36 (patch)
treefa1e95fc9ba849eb22938ad8668af041a774e81d /fs_mgr/tools/dmctl.cpp
parentef787edd24dccbabe1707e22cf548183fd72035a (diff)
parent5aa37dc3dc58583db44662354e54679b809d2522 (diff)
Merge "init: Support booting off GSIs installed to non-userdata block devices."
am: 5aa37dc3dc Change-Id: Ic9f9a6ea6e44dec0c7abe4d9ae19cb6ca67f8a0b
Diffstat (limited to 'fs_mgr/tools/dmctl.cpp')
-rw-r--r--fs_mgr/tools/dmctl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs_mgr/tools/dmctl.cpp b/fs_mgr/tools/dmctl.cpp
index 63661f0aa..9309aadf8 100644
--- a/fs_mgr/tools/dmctl.cpp
+++ b/fs_mgr/tools/dmctl.cpp
@@ -316,7 +316,7 @@ static int TableCmdHandler(int argc, char** argv) {
DeviceMapper& dm = DeviceMapper::Instance();
std::vector<DeviceMapper::TargetInfo> table;
- if (!dm.GetTableStatus(argv[0], &table)) {
+ if (!dm.GetTableInfo(argv[0], &table)) {
std::cerr << "Could not query table status of device \"" << argv[0] << "\"." << std::endl;
return -EINVAL;
}