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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to