[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160501170120.GA15010@infradead.org>
Date: Sun, 1 May 2016 10:01:20 -0700
From: Christoph Hellwig <hch@...radead.org>
To: Muhammad Falak R Wani <falakreyaz@...il.com>,
paulmck@...ux.vnet.ibm.com
Cc: "Nicholas A. Bellinger" <nab@...ux-iscsi.org>,
target-devel@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/2] target: use RCU_INIT_POINTER() when NULLing.
On Sun, May 01, 2016 at 06:22:01PM +0530, Muhammad Falak R Wani wrote:
> It is safe to use RCU_INIT_POINTER() to NULL, instead of
> rcu_assign_pointer().
> This results in slightly smaller/faster code.
If this is indeed the case, rcu_assign_pointer should simply check
for NULL using __builtin_constant_p and do the right thing transparently
instead of burdening it on every user.
Powered by blists - more mailing lists