Merge "Restore historical behavior with fsck_msdos (always accept fixes)."

This commit is contained in:
Treehugger Robot 2019-06-07 22:05:20 +00:00 committed by Gerrit Code Review
commit a2518c7fe7

View file

@ -64,6 +64,7 @@ status_t Check(const std::string& source) {
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