| commit | 968853c765be396189f6bb682c14a6152189ab02 | [log] [tgz] |
|---|---|---|
| author | Ting-Yuan Huang <laszio@google.com> | Thu Sep 21 19:22:47 2017 +0000 |
| committer | android-build-merger <android-build-merger@google.com> | Thu Sep 21 19:22:47 2017 +0000 |
| tree | 713ce012f1dc4a55f028a15061dc7055ecdcc355 | |
| parent | 2896204393f7bd43e8c7e5bdcc845e54655639f1 [diff] | |
| parent | c32774f81ed764e077cc7f35a6da1f325daf4daf [diff] |
Merge "Fix reduce_allocation()." am: 7d845bafe5 am: c32774f81e Change-Id: I58b9a58d1e6b71da1f0c620afa2371f0cfcf2896
diff --git a/ext4_utils/allocate.c b/ext4_utils/allocate.c index 28fc8e5..e0f662c 100644 --- a/ext4_utils/allocate.c +++ b/ext4_utils/allocate.c
@@ -267,6 +267,7 @@ len -= last_reg->len; if (reg) { reg->next = NULL; + alloc->list.last = reg; } else { alloc->list.first = NULL; alloc->list.last = NULL;