From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-by2nam03on0111.outbound.protection.outlook.com ([104.47.42.111]:18890 "EHLO NAM03-BY2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751144AbcGNCzQ (ORCPT ); Wed, 13 Jul 2016 22:55:16 -0400 Message-ID: <5786FF00.1090102@hpe.com> Date: Wed, 13 Jul 2016 22:54:56 -0400 From: Waiman Long MIME-Version: 1.0 To: Tejun Heo CC: Alexander Viro , Jan Kara , Jeff Layton , "J. Bruce Fields" , Christoph Lameter , , , Ingo Molnar , Peter Zijlstra , Andi Kleen , Dave Chinner , Boqun Feng , Scott J Norton , Douglas Hatch Subject: Re: [PATCH v2 2/7] lib/dlock-list: Add __percpu modifier for parameters References: <1468258332-61537-1-git-send-email-Waiman.Long@hpe.com> <1468258332-61537-3-git-send-email-Waiman.Long@hpe.com> <20160713160840.GE4065@mtj.duckdns.org> In-Reply-To: <20160713160840.GE4065@mtj.duckdns.org> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On 07/13/2016 12:08 PM, Tejun Heo wrote: > On Mon, Jul 11, 2016 at 01:32:07PM -0400, Waiman Long wrote: >> From: Boqun Feng >> >> Add __percpu modifier properly to help: >> >> 1. Differ pointers to actual structures with those to percpu >> structures, which could improve readability. >> >> 2. Prevent sparse from complaining about "different address spaces" >> >> Signed-off-by: Boqun Feng >> Signed-off-by: Waiman Long > Please do this in the same patch. > > Thanks. > Will merge it into patch 1. Cheers, Longman