From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932289AbeBTAmI (ORCPT ); Mon, 19 Feb 2018 19:42:08 -0500 Received: from mail-io0-f177.google.com ([209.85.223.177]:44047 "EHLO mail-io0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932237AbeBTAmH (ORCPT ); Mon, 19 Feb 2018 19:42:07 -0500 X-Google-Smtp-Source: AH8x225Yd/cWpdJ5TmnKsWO8kq4uAftn5ZgFkXgLDgbqggjelIgO8zfUmckkOIWr0O1elKiNV459BgtzY8CbDij/Kp4= MIME-Version: 1.0 In-Reply-To: <878tbov9i6.fsf@linutronix.de> References: <20180216150933.971-1-john.ogness@linutronix.de> <20180216150933.971-5-john.ogness@linutronix.de> <87y3js36s7.fsf@linutronix.de> <87r2pk358g.fsf@linutronix.de> <87lgfs3374.fsf@linutronix.de> <878tbov9i6.fsf@linutronix.de> From: Linus Torvalds Date: Mon, 19 Feb 2018 16:42:05 -0800 X-Google-Sender-Auth: a5D6Aza0Wu1Y874ztWxSsTroqPI Message-ID: Subject: Re: [PATCH 4/4] fs/dcache: Avoid the try_lock loops in dentry_kill() To: John Ogness Cc: linux-fsdevel , Al Viro , Christoph Hellwig , Thomas Gleixner , Peter Zijlstra , Sebastian Andrzej Siewior , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 19, 2018 at 3:34 PM, John Ogness wrote: > > IMHO the original v1 patchset is the simplest codewise. And if the > comments were updated to not mislead, it is the way I would want to go. Ok, looking at your alternatives, I am inclined to agree. Linus