Re: [PATCH 1/4] drivers: android: binder: Move the node release codeto a separate function

From: Dan Carpenter
Date: Mon Mar 11 2013 - 17:46:30 EST


On Mon, Mar 11, 2013 at 08:31:52PM +0100, Mirsal Ennaime wrote:
> static void binder_deferred_release(struct binder_proc *proc)
> {
> struct binder_transaction *t;
> struct rb_node *n;
> - int threads, nodes, incoming_refs, outgoing_refs, buffers, active_transactions, page_count;
> + int threads, nodes, incoming_refs, outgoing_refs, nd_refs,
> + buffers, active_transactions, page_count;

Don't introduce the new "nd_refs" variable.

regards,
dan carpenter

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/