From mboxrd@z Thu Jan 1 00:00:00 1970 From: Waiman Long Subject: Re: [PATCH v6 03/14] dcache: Add a new helper function d_count() to return refcount Date: Thu, 11 Jul 2013 09:48:46 -0400 Message-ID: <51DEB7BE.3030609@hp.com> References: <1373332204-10379-1-git-send-email-Waiman.Long@hp.com> <1373332204-10379-4-git-send-email-Waiman.Long@hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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" To: Waiman Long Return-path: In-Reply-To: <1373332204-10379-4-git-send-email-Waiman.Long@hp.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org 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