Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932264Ab3GKNtG (ORCPT ); Thu, 11 Jul 2013 09:49:06 -0400 Received: from g1t0027.austin.hp.com ([15.216.28.34]:46312 "EHLO g1t0027.austin.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755611Ab3GKNtE (ORCPT ); Thu, 11 Jul 2013 09:49:04 -0400 Message-ID: <51DEB7BE.3030609@hp.com> Date: Thu, 11 Jul 2013 09:48:46 -0400 From: Waiman Long User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130109 Thunderbird/10.0.12 MIME-Version: 1.0 To: Waiman Long CC: Alexander Viro , Jeff Layton , Miklos Szeredi , Ingo Molnar , Thomas Gleixner , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, Peter Zijlstra , Steven Rostedt , Linus Torvalds , Benjamin Herrenschmidt , Andi Kleen , "Chandramouleeswaran, Aswin" , "Norton, Scott J" Subject: Re: [PATCH v6 03/14] dcache: Add a new helper function d_count() to return refcount References: <1373332204-10379-1-git-send-email-Waiman.Long@hp.com> <1373332204-10379-4-git-send-email-Waiman.Long@hp.com> In-Reply-To: <1373332204-10379-4-git-send-email-Waiman.Long@hp.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 861 Lines: 19 On 07/08/2013 09:09 PM, Waiman Long wrote: > This patch adds a new helper function d_count() in dcache.h for > returning the current reference count of the dentry object. It > should be used by all the files outside of the core dcache.c and > namei.c files. I want to know people's thought of spinning out patches 3-11 of this patch series as the making the d_count() helper the standard way of accessing the reference count in dentry outside of dcache.c and namei.c should be non-controversial. By merging it first, this will make revising this patch series easier and involving less people. Regards, Longman -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/