OSDN Git Service

vold: Fix fsck on public volumes
[android-x86/system-vold.git] / fs / F2fs.h
index f710212..eb34afa 100644 (file)
--- a/fs/F2fs.h
+++ b/fs/F2fs.h
@@ -27,7 +27,7 @@ namespace f2fs {
 
 bool IsSupported();
 
-status_t Check(const std::string& source);
+status_t Check(const std::string& source, bool trusted);
 status_t Mount(const std::string& source, const std::string& target);
 status_t Format(const std::string& source);