commit | fd11fee2199149d7211e615a1e32fa7489bb77a8 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Fri Jun 07 15:23:25 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jun 07 15:23:25 2019 -0700 |
tree | 73b48af7fab9e7ea6a10c6e7fb40819580ccdc3a | |
parent | 923f8f04e44d95c2ebab1a0c5a6084f7ceec934d [diff] | |
parent | 8941a145a07c63ea456895738c5765db52790e30 [diff] |
Merge "Restore historical behavior with fsck_msdos (always accept fixes)." am: a2518c7fe7 am: 8941a145a0 Change-Id: I3ccf537b4802baf6ff43b1ff3b24f44c59e9fa08
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