From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: Re: [PATCH v5 00/12] Lockless update of reference count protected by spinlock Date: Fri, 5 Jul 2013 18:54:56 +0100 Message-ID: <20130705175456.GT4165@ZenIV.linux.org.uk> References: <1373035656-40600-1-git-send-email-Waiman.Long@hp.com> <20130705150224.GS4165@ZenIV.linux.org.uk> <51D6E646.6020703@hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: 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: Received: from zeniv.linux.org.uk ([195.92.253.2]:50176 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757476Ab3GERzI (ORCPT ); Fri, 5 Jul 2013 13:55:08 -0400 Content-Disposition: inline In-Reply-To: <51D6E646.6020703@hp.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Fri, Jul 05, 2013 at 11:29:10AM -0400, Waiman Long wrote: > >I've just pushed such commit into vfs.git#for-linus; please, do the rest > >on top of it. And keep it bisectable, i.e. so that at any intermediate > >point the tree would build and work. > > I am sorry. I didn't change anything in the dentry structure in > patch 3. So putting patches 4-11 on top of it won't break the build. *gyah*... I'd missed the !@#!# macro you've added there. Could you explain the reasons for using it at all? Not to mention anything else, you've missed # define d_refcount(d) ((d)->d_count) in Lustre. What's the point of your macro (d_refcount -> d_count), anyway? All references outside of fs/namei.c, fs/dcache.c, include/linux/dcache.h should be via d_count(dentry) anyway...