From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753931AbcFGA66 (ORCPT ); Mon, 6 Jun 2016 20:58:58 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:45314 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751286AbcFGA6z (ORCPT ); Mon, 6 Jun 2016 20:58:55 -0400 Date: Tue, 7 Jun 2016 01:58:37 +0100 From: Al Viro To: Linus Torvalds Cc: Dave Hansen , "Chen, Tim C" , Ingo Molnar , Davidlohr Bueso , "Peter Zijlstra (Intel)" , Jason Low , Michel Lespinasse , "Paul E. McKenney" , Waiman Long , LKML Subject: Re: performance delta after VFS i_mutex=>i_rwsem conversion Message-ID: <20160607005837.GJ14480@ZenIV.linux.org.uk> References: <5755D671.9070908@intel.com> <20160606211522.GF14480@ZenIV.linux.org.uk> <20160606220753.GG14480@ZenIV.linux.org.uk> <20160607004058.GH14480@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160607004058.GH14480@ZenIV.linux.org.uk> User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 07, 2016 at 01:40:58AM +0100, Al Viro wrote: > as initial attempt at lockless next_positive(); barriers are probably wrong, > though... More than just barriers... _Absolutely_ untested variant pushed into vfs.git#untested.dcache_readdir (the last 3 commits in there). It compiles, but that's it.