commit | 8941a145a07c63ea456895738c5765db52790e30 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Fri Jun 07 15:17:24 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jun 07 15:17:24 2019 -0700 |
tree | 1fc9e57bb71b0fe8de5abae0b725d768ccb414f7 | |
parent | b02c30cbf39e04932057750f005d413cb7bc7e94 [diff] | |
parent | a2518c7fe7eb45a0ac75fef292e357001492ad43 [diff] |
Merge "Restore historical behavior with fsck_msdos (always accept fixes)." am: a2518c7fe7 Change-Id: I91202edd2dbca6e8eb4c58fa25453da22045a062
diff --git a/fs/Vfat.cpp b/fs/Vfat.cpp index 14c42d6..4f1e982 100644 --- a/fs/Vfat.cpp +++ b/fs/Vfat.cpp
@@ -64,6 +64,7 @@ cmd.push_back(kFsckPath); cmd.push_back("-p"); cmd.push_back("-f"); + cmd.push_back("-y"); cmd.push_back(source); // Fat devices are currently always untrusted