commit | 3fc469968284310acec1256a5285fba4b71ac026 | [log] [tgz] |
---|---|---|
author | Adrien Schildknecht <adriens@google.com> | Wed Nov 23 13:02:16 2016 -0800 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue May 23 21:33:39 2017 -0400 |
tree | ac8f037a255d66de8c9c6039b2a1d933c84cbe4e | |
parent | 105cdfe5a04608da3858e8b57e4032507bbac5fa [diff] |
AOSP: libext2fs: add context to get_alloc_block This patch add some contexts to the allocator about the block that is about to be allocated. The custom Android block allocator need a way to differentiate data block and metadata block. Test: cd external/e2fsprogs/lib && mma Change-Id: I2899936a3a0043d26e062bf1e542483e9a6ac98f From AOSP commit: 127a599529a0c31d8e3bc4da82a5debd670254b6 Signed-off-by: Theodore Ts'o <tytso@mit.edu>