From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Tue, 13 Nov 2012 17:55:12 +0800 References: <50A1A816.3070900@gmail.com> In-Reply-To: <50A1A816.3070900@gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201211131755.13299.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH v4 9/9] net: batman-adv: use per_cpu_add helper Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: b.a.t.m.a.n@lists.open-mesh.org Cc: NetDev , Kernel-Maillist , siwu@hrz.tu-chemnitz.de, Shan Wei , Christoph Lameter , David Miller On Tuesday, November 13, 2012 09:53:26 Shan Wei wrote: > From: Shan Wei > > this_cpu_add is an atomic operation. > and be more faster than per_cpu_ptr operation. > > Signed-off-by: Shan Wei > Reviewed-by: Christoph Lameter > --- > v4: no changes vs v3. > --- > net/batman-adv/main.h | 4 +--- > 1 files changed, 1 insertions(+), 3 deletions(-) Applied in our tree (revision f8b19e1). We will pass along this patch through our standard workflow. No need to resend this patch in the future. Thanks, Marek