From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5AE07C4332F for ; Wed, 13 Dec 2023 15:06:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1442272AbjLMPF7 (ORCPT ); Wed, 13 Dec 2023 10:05:59 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39682 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1442280AbjLMPFj (ORCPT ); Wed, 13 Dec 2023 10:05:39 -0500 Received: from zeniv.linux.org.uk (zeniv.linux.org.uk [IPv6:2a03:a000:7:0:5054:ff:fe1c:15ff]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BEABE10DA; Wed, 13 Dec 2023 07:05:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=linux.org.uk; s=zeniv-20220401; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=0syRyLMAduRkBnFmUBvq2qT/Oe9rAZr7h6oDqIb7iMk=; b=JTXP13yTJE1qIR8YJpDu+CM6kV P5N8tFNlWOqyiNeB70fu5+TxcbgrYR34ogDKUT2coknSN7ryMVbmHUPiQdcmwpmZVLQ11kKsBX61c /ny6uuPKQ+7mU6lQhehSSz0gcI/19hgmMEPqYItWKR0tEbcfYa3wZtHBuuT0cS9JlePBfbnSrAWHX /KwNpgI11HYIZ1/qON0DIyjzgn4Lhza1MPUaV0Zmpb+iaohxBX3iYT8i6kw9PAkdrkReCKPg6p+Hc 1bdmFLvsOMp0dcCXBEnMLK49IBKz8fsrjIp7fs4gYbBLwPFeJPQ5cdTFQGXnUVJGkcyuujFm8sjPp X0Z+Gj/g==; Received: from viro by zeniv.linux.org.uk with local (Exim 4.96 #2 (Red Hat Linux)) id 1rDQnU-00BoEy-02; Wed, 13 Dec 2023 15:05:16 +0000 Date: Wed, 13 Dec 2023 15:05:15 +0000 From: Al Viro To: Vegard Nossum Cc: Christian Brauner , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-doc@vger.kernel.org, Nicholas Piggin , Waiman Long Subject: Re: [PATCH v2] dcache: remove unnecessary NULL check in dget_dlock() Message-ID: <20231213150515.GM1674809@ZenIV> References: <20231106134417.98833-1-vegard.nossum@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: Al Viro Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Dec 13, 2023 at 03:40:33PM +0100, Vegard Nossum wrote: > [Fixed up a couple of bad addresses in Cc] > > Hi, > > I didn't get a response to this v2 of the patch below and I don't see it > in vfs.git. > > Was there something wrong or is it just awaiting review? Is there > anything I can do or help with? I would be happy to try to review other > patches if there is anything outstanding. commit 1b6ae9f6e6c3e3c35aad0f11b116a81780b8aa03 (work.dcache) Author: Vegard Nossum Date: Mon Nov 6 14:44:17 2023 +0100 dcache: remove unnecessary NULL check in dget_dlock()