From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753161AbbGNVpM (ORCPT ); Tue, 14 Jul 2015 17:45:12 -0400 Received: from mail-qk0-f193.google.com ([209.85.220.193]:33896 "EHLO mail-qk0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752436AbbGNVpK (ORCPT ); Tue, 14 Jul 2015 17:45:10 -0400 Date: Tue, 14 Jul 2015 17:45:07 -0400 From: Tejun Heo To: Christoph Lameter , linux-kernel@vger.kernel.org, kernel-team@fb.com Subject: Re: [PATCH percpu/for-4.3] percpu: update incorrect comment for this_cpu_*() operations Message-ID: <20150714214507.GG2273@mtj.duckdns.org> References: <20150626212128.GJ15805@mtj.duckdns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150626212128.GJ15805@mtj.duckdns.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 26, 2015 at 05:21:28PM -0400, Tejun Heo wrote: > this_cpu_*() ops have been protected against both preemption and > interrupts for quite a while now. We apparently forgot to update the > comment. Fix it. > > Signed-off-by: Tejun Heo > Cc: Christoph Lameter Applied to percpu/for-4.3. Thanks. -- tejun