Skip to content
Snippets Groups Projects
Commit c7c5cd5f authored by Ricardo Vargas's avatar Ricardo Vargas Committed by CQ bot account: commit-bot@chromium.org
Browse files

[zircon/ftl] Update FTL version number to 1.0.11

This reflects FTL library code refactors to:
- map page cache improvements
- Change FTL-NDM interface to direct function calls

Change-Id: If3668b3fb079cc18c6d4b28b122c74789fff0e78
parent 53af9707
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
namespace {
zx_status_t FtlDriverBind(void* ctx, zx_device_t* parent) {
zxlogf(INFO, "FTL: Binding. Version 1.0.10\n");
zxlogf(INFO, "FTL: Binding. Version 1.0.11\n");
fbl::AllocChecker checker;
std::unique_ptr<ftl::BlockDevice> device(new (&checker) ftl::BlockDevice(parent));
if (!checker.check()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment