From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com ([209.132.183.28]:47282 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932079AbdK2PbH (ORCPT ); Wed, 29 Nov 2017 10:31:07 -0500 Subject: Re: [PATCH v8 0/6] vfs: Use dlock list for SB's s_inodes list To: Davidlohr Bueso Cc: Alexander Viro , Jan Kara , Jeff Layton , "J. Bruce Fields" , Tejun Heo , Christoph Lameter , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, Ingo Molnar , Peter Zijlstra , Andi Kleen , Dave Chinner , Boqun Feng References: <1509475860-16139-1-git-send-email-longman@redhat.com> <20171129152602.p4dzxhoaruza47ol@linux-n805> From: Waiman Long Message-ID: <7acf194a-0f0e-dffa-7f1d-30c24bcc4a26@redhat.com> Date: Wed, 29 Nov 2017 10:31:04 -0500 MIME-Version: 1.0 In-Reply-To: <20171129152602.p4dzxhoaruza47ol@linux-n805> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On 11/29/2017 10:26 AM, Davidlohr Bueso wrote: > Are you planning on sending a v9 with the discussed changes? afaict: > > - Drop last two patches > - Fix tearing (WRITE/READ_ONCE()) > - Reduce barrier usage for dlock_lists_empty() -- which I'll be sending > you shortly. > > Thanks, > Davidlohr Yes, I am planning to do so when I have some free time as I am working on a high-priority task at the moment. Regards, Longman