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 X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D225FC4320E for ; Wed, 1 Sep 2021 15:11:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A6D5460EE3 for ; Wed, 1 Sep 2021 15:11:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245708AbhIAPMH (ORCPT ); Wed, 1 Sep 2021 11:12:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39034 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245176AbhIAPMG (ORCPT ); Wed, 1 Sep 2021 11:12:06 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3D81DC061575; Wed, 1 Sep 2021 08:11:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=l2WBiCb5duYJRA9nKpihqrJOH1Qjg6utSrFiu8qAdtc=; b=OYQUqvAmts4cX/ntkiXZU2arw8 p0znEhtw02ofYEPeoo2ZiA4wzLcgbIsgqi3feo77xBHLsrD4dVbBFKt7ZRs3+L4kUiBP/wfeotPE9 E48tLopvQ7MWIrg8TwbcsDu9HTs60jgd2fV35zfMDRgv2Yq3YdrGT8L26Cc/talkev1lxoqgs9h0O JtT0YOeznrO5fQBz4o4Jf/BCmz6k6RUSm7CInn0WvOgOyDl3HaLL9+SiH/5/3DXlw9wBbSYI2pqNc GckStlacUmNqO5LLY1WhDcAcEEfZ5HaVwhQXe+MJ+aaQ/h2jC+65V1ht8dNHnGMNWnmpDE3xd+pBQ wK1Hx24A==; Received: from hch by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1mLRrP-002Suh-81; Wed, 01 Sep 2021 15:09:20 +0000 Date: Wed, 1 Sep 2021 16:09:07 +0100 From: Christoph Hellwig To: Dmitry Kadashev Cc: Jens Axboe , Alexander Viro , Christoph Hellwig , Stephen Brennan , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] namei: get rid of unused filename_parentat() Message-ID: References: <20210901150040.3875227-1-dkadashev@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210901150040.3875227-1-dkadashev@gmail.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Looks good, Reviewed-by: Christoph Hellwig