summaryrefslogtreecommitdiff
path: root/fs/F2fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/F2fs.h')
-rw-r--r--fs/F2fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/F2fs.h b/fs/F2fs.h
index a0218f26..73913102 100644
--- a/fs/F2fs.h
+++ b/fs/F2fs.h
@@ -31,7 +31,7 @@ bool IsSupported();
status_t Check(const std::string& source);
status_t Mount(const std::string& source, const std::string& target);
status_t Format(const std::string& source, const bool is_zoned,
- const std::vector<std::string>& user_devices);
+ const std::vector<std::string>& user_devices, int64_t length = 0);
} // namespace f2fs
} // namespace vold