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

[minfs] Implement copy-on-write data blocks

When writing to a data block, always allocate a new block, even if
one has been previously allocated. The data txn is sent out to disk
before the inode metadata is updated to point to the new blocks.

ZX-1284 #done

Change-Id: I466ec9967a2361288061093b49acbbb845bd34d6
parent af68dc3b
No related branches found
No related tags found
Loading
Loading
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