[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130311214610.GC9138@mwanda>
Date: Tue, 12 Mar 2013 00:46:10 +0300
From: Dan Carpenter <dan.carpenter@...cle.com>
To: Mirsal Ennaime <mirsal@...sal.fr>
Cc: Greg Kroah-Hartman <greg@...ah.com>, devel@...verdev.osuosl.org,
Brian Swetland <swetland@...gle.com>,
kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org,
Arve Hjønnevåg <arve@...roid.com>
Subject: Re: [PATCH 1/4] drivers: android: binder: Move the node release code
to a separate function
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists