]> Git Repo - linux.git/blobdiff - drivers/android/binder_alloc.c
fs/binfmt_elf: use PT_LOAD p_align values for static PIE
[linux.git] / drivers / android / binder_alloc.c
index 340515f54498ce885be926afc35364e9412ae37a..47bc74a8c7b6fa5e6c5b60fe232edd216d3fc42f 100644 (file)
@@ -671,7 +671,7 @@ static void binder_free_buf_locked(struct binder_alloc *alloc,
        BUG_ON(buffer->user_data > alloc->buffer + alloc->buffer_size);
 
        if (buffer->async_transaction) {
-               alloc->free_async_space += size + sizeof(struct binder_buffer);
+               alloc->free_async_space += buffer_size + sizeof(struct binder_buffer);
 
                binder_alloc_debug(BINDER_DEBUG_BUFFER_ALLOC_ASYNC,
                             "%d: binder_free_buf size %zd async free %zd\n",
This page took 0.032058 seconds and 4 git commands to generate.