commit | 83127b73b83293ed56487f07f85bb6dd50a563a2 | [log] [tgz] |
---|---|---|
author | Daniel Rosenberg <drosen@google.com> | Fri Jun 25 17:23:57 2021 -0700 |
committer | Daniel Rosenberg <drosen@google.com> | Thu Jul 01 20:09:44 2021 -0700 |
tree | 0e3f1e82f2d9926ab963a1fd65ccc818d59e33bc | |
parent | 5e2363e14dc8d0b9e7bdaa95c91268de407d5752 [diff] |
libsnapshot: Add Sequence Ops This adds the ability to write sequence ops. A Sequence op is a list of block values in the new image. These ops may have dependencies on data that is overwritten by future ops, so must be merged in a specific order, regardless of their order in the cow file. This patch only introduces the operation. The following patches will actually make use of it. Bug: 177104308 Test: Builds Change-Id: I9162b49e5061079416ac9e5661c8b1245298044b